Skip to content

Commit

Permalink
chore: write CHANGELOG.md first
Browse files Browse the repository at this point in the history
  • Loading branch information
citizensas committed Feb 5, 2019
1 parent 6ee9723 commit 4edeb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 4edeb2a

Please sign in to comment.