Skip to content

Commit df45aff

Browse files
committed
chore: prepare for v6
1 parent b53de70 commit df45aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hookable",
3-
"version": "5.5.3",
3+
"version": "6.0.0-rc.0",
44
"description": "Awaitable hook system",
55
"keywords": [
66
"hook",
@@ -28,7 +28,7 @@
2828
"lint": "eslint --cache . && prettier -c src test",
2929
"lint:fix": "eslint --cache . --fix && prettier -c src test -w",
3030
"prepublish": "pnpm build",
31-
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
31+
"release": "pnpm test && pnpm build && changelogen --release --prerelease --publish --publishTag rc --push",
3232
"test": "pnpm lint && vitest run --coverage",
3333
"test:types": "tsc --noEmit"
3434
},

0 commit comments

Comments
 (0)