Skip to content

Commit 6f168b1

Browse files
committed
docs: use conventional-changelog to generate CHANGELOG.md
1 parent 2fa7db8 commit 6f168b1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"@types/form-data": "2.2.1",
2121
"@types/mocha": "5.2.5",
2222
"codecov": "3.1.0",
23-
"dateformat": "3.0.3",
24-
"execa": "1.0.0",
23+
"conventional-changelog-cli": "2.0.11",
2524
"fetch-mock": "6.5.2",
2625
"http-server": "0.11.1",
2726
"istanbul-instrumenter-loader": "3.0.1",
@@ -46,7 +45,6 @@
4645
"rollup-plugin-node-resolve": "4.0.0",
4746
"rollup-plugin-terser": "4.0.3",
4847
"rollup-plugin-typescript": "1.0.0",
49-
"semver": "5.6.0",
5048
"should": "13.2.3",
5149
"ts-node": "8.0.2",
5250
"tslint": "5.12.1",
@@ -66,7 +64,7 @@
6664
"build": "rollup -c && tsc --emitDeclarationOnly -p ./tsconfig.json -d --declarationDir ./typings",
6765
"docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\" && touch ./docs/.nojekyll",
6866
"prepublish": "npm run build",
69-
"version": "npm run docs && node ./generate-changelog.js && git add docs CHANGELOG.md",
67+
"version": "npm run docs && conventional-changelog-cli -i CHANGELOG.md -s && git add docs CHANGELOG.md",
7068
"start": "http-server -a localhost -p 8000 -o --cors -c-1"
7169
},
7270
"repository": {

0 commit comments

Comments
 (0)