Skip to content

Commit dac94dc

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.0...v2.2.0) (2023-06-08) ### Features * release new version for deps ([66a9591](66a9591))
1 parent 66a9591 commit dac94dc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
{
22
"name": "vc2c",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"author": "<yoyo930021>[email protected]",
55
"license": "MIT",
66
"main": "dist/lib/index.js",
77
"typings": "dist/types/index.d.ts",
88
"config": {
9-
"tags": ["v1", "v2", "v3", "v4"]
9+
"tags": [
10+
"v1",
11+
"v2",
12+
"v3",
13+
"v4"
14+
]
1015
},
1116
"bin": {
1217
"vc2c": "./bin/vc2c"

0 commit comments

Comments
 (0)