We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b396a commit e9f846fCopy full SHA for e9f846f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hookable",
3
- "version": "6.0.0-rc.2",
+ "version": "6.0.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 --prerelease --publish --publishTag rc --push",
+ "release": "pnpm test && pnpm build && changelogen --release --publish --push",
32
"test": "pnpm lint && vitest run --coverage",
33
"test:types": "tsc --noEmit"
34
},
0 commit comments