Skip to content

Commit 4f340f2

Browse files
committed
chore: write CHANGELOG.md first
1 parent 6ad1945 commit 4f340f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workfront-api",
3-
"version": "4.8.2",
3+
"version": "5.0.0",
44
"description": "A Workfront API for the Node.js and the Web",
55
"main": "dist/workfront-api.cjs.js",
66
"module": "dist/workfront-api.es.js",
@@ -64,7 +64,7 @@
6464
"build": "rollup -c && tsc --emitDeclarationOnly -p ./tsconfig.json -d --declarationDir ./typings",
6565
"docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\" && touch ./docs/.nojekyll",
6666
"prepublish": "npm run build",
67-
"version": "npm run docs && conventional-changelog-cli -i CHANGELOG.md -s && git add docs CHANGELOG.md",
67+
"version": "conventional-changelog -i CHANGELOG.md -s && npm run docs && git add docs CHANGELOG.md",
6868
"start": "http-server -a localhost -p 8000 -o --cors -c-1"
6969
},
7070
"repository": {

0 commit comments

Comments
 (0)