Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2023-06-08)

### Bug Fixes

* refactor lifecycle mappings to properly transform destroyed/beforeDestroy hooks ([2a63ef5](2a63ef5))

### Features

* release new version for deps ([9d66d89](9d66d89))
  • Loading branch information
semantic-release-bot committed Jun 8, 2023
1 parent 9d66d89 commit a6eeaee
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "vc2c",
"version": "2.0.1",
"version": "2.1.0",
"author": "<yoyo930021>[email protected]",
"license": "MIT",
"main": "dist/lib/index.js",
"typings": "dist/types/index.d.ts",
"config": {
"tags": ["v1", "v2", "v3"]
"tags": [
"v1",
"v2",
"v3"
]
},
"bin": {
"vc2c": "./bin/vc2c"
Expand Down

0 comments on commit a6eeaee

Please sign in to comment.