Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 2, 2023
1 parent 16b45b9 commit a3e9597
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "tinyspy",
"version": "2.1.1",
"version": "2.2.0",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"prepare": "husky install",
"release": "bumpp package.json --commit --push --tag && tsup && clean-publish",
"test": "vitest --no-threads"
"publish-test": "clean-publish --without-publish",
"release": "node ./tools/clean-banner.js && bumpp package.json --commit --push --tag && tsup && clean-publish && node ./tools/return-banner.js",
"test": "vitest --single-thread"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit a3e9597

Please sign in to comment.