We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770582c commit 47f0594Copy full SHA for 47f0594
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@winner-fed/cloud-utils",
3
"description": "A collection of utils by winner fed",
4
- "version": "2.0.0",
+ "version": "2.0.1",
5
"type": "module",
6
"author": {
7
"name": "winner-fed",
@@ -37,7 +37,7 @@
37
"test": "vitest",
38
"test:coverage": "vitest run --coverage",
39
"test:ui": "vitest --ui",
40
- "release": "node scripts/release.mjs",
+ "release": "bumpp --commit --push --tag",
41
"postinstall": "simple-git-hooks",
42
"type-check": "tsc --noEmit"
43
},
0 commit comments