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 5c40c27 commit 4dec4d5Copy full SHA for 4dec4d5
package.json
@@ -25,7 +25,7 @@
25
"test": "mocha",
26
"build": "tsc --project tsconfig.build.json && node ./dist/index.js",
27
"prepublishOnly": "npm run lint && npm run build && npm run test",
28
- "release": "git-cliff --bumped-version --output CHANGELOG.md",
+ "release": "git-cliff --bump --output CHANGELOG.md",
29
"prepare": "husky install"
30
},
31
"peerDependencies": {
0 commit comments