Skip to content

Commit a3e9597

Browse files
committed
chore: release v2.2.0
1 parent 16b45b9 commit a3e9597

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "tinyspy",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"type": "module",
55
"packageManager": "[email protected]",
66
"scripts": {
77
"dev": "tsup --watch",
88
"build": "tsup",
99
"prepare": "husky install",
10-
"release": "bumpp package.json --commit --push --tag && tsup && clean-publish",
11-
"test": "vitest --no-threads"
10+
"publish-test": "clean-publish --without-publish",
11+
"release": "node ./tools/clean-banner.js && bumpp package.json --commit --push --tag && tsup && clean-publish && node ./tools/return-banner.js",
12+
"test": "vitest --single-thread"
1213
},
1314
"main": "./dist/index.cjs",
1415
"module": "./dist/index.js",

0 commit comments

Comments
 (0)