Commit ab0acc0045d60f7f5198d4a1ba4050253bd51016

Authored by Adhidarma Hadiwinoto
1 parent 6a6998f9c5
Exists in master

Add auto-changelog

Showing 2 changed files with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -9,6 +9,7 @@
9 9 "version": "0.14.7",
10 10 "license": "ISC",
11 11 "dependencies": {
  12 + "auto-changelog": "^2.3.0",
12 13 "body-parser": "^1.19.0",
13 14 "express": "^4.17.1",
14 15 "express-ipfilter": "^1.2.0",
... ... @@ -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",