Commit ab0acc0045d60f7f5198d4a1ba4050253bd51016
1 parent
6a6998f9c5
Exists in
master
Add auto-changelog
Showing 2 changed files with 3 additions and 0 deletions Side-by-side Diff
package-lock.json
package.json
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "mocha", |
8 | + "version": "auto-changelog -p && git add CHANGELOG.md", | |
8 | 9 | "postversion": "git push && git push --tags" |
9 | 10 | }, |
10 | 11 | "repository": { |
... | ... | @@ -19,6 +20,7 @@ |
19 | 20 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
20 | 21 | "license": "ISC", |
21 | 22 | "dependencies": { |
23 | + "auto-changelog": "^2.3.0", | |
22 | 24 | "body-parser": "^1.19.0", |
23 | 25 | "express": "^4.17.1", |
24 | 26 | "express-ipfilter": "^1.2.0", |