Skip to content

Commit

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

### Features

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

0 comments on commit dac94dc

Please sign in to comment.