diff --git a/package.json b/package.json index da31f2d3..9fe8a3f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workfront-api", - "version": "4.8.2", + "version": "5.0.0", "description": "A Workfront API for the Node.js and the Web", "main": "dist/workfront-api.cjs.js", "module": "dist/workfront-api.es.js", @@ -64,7 +64,7 @@ "build": "rollup -c && tsc --emitDeclarationOnly -p ./tsconfig.json -d --declarationDir ./typings", "docs": "rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \"**/*.spec.ts\" && touch ./docs/.nojekyll", "prepublish": "npm run build", - "version": "npm run docs && conventional-changelog-cli -i CHANGELOG.md -s && git add docs CHANGELOG.md", + "version": "conventional-changelog -i CHANGELOG.md -s && npm run docs && git add docs CHANGELOG.md", "start": "http-server -a localhost -p 8000 -o --cors -c-1" }, "repository": {