Skip to content

Commit 41ee959

Browse files
committed
chore: release v0.0.36
1 parent bfb73ab commit 41ee959

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"release": true
88
},
99
"npm": {
10-
"publish": false
10+
"publish": true
1111
}
1212
}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "@symfoni/vc-tools",
3-
"version": "0.0.33",
3+
"version": "0.0.36",
44
"description": "",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/symfoni/vc-tools"
88
},
9+
"publishConfig": {
10+
"access": "public"
11+
},
912
"type": "module",
1013
"main": "./dist/index.js",
1114
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)