We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53de70 commit df45affCopy full SHA for df45aff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hookable",
3
- "version": "5.5.3",
+ "version": "6.0.0-rc.0",
4
"description": "Awaitable hook system",
5
"keywords": [
6
"hook",
@@ -28,7 +28,7 @@
28
"lint": "eslint --cache . && prettier -c src test",
29
"lint:fix": "eslint --cache . --fix && prettier -c src test -w",
30
"prepublish": "pnpm build",
31
- "release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
+ "release": "pnpm test && pnpm build && changelogen --release --prerelease --publish --publishTag rc --push",
32
"test": "pnpm lint && vitest run --coverage",
33
"test:types": "tsc --noEmit"
34
},
0 commit comments