Skip to content

Commit

Permalink
chore(npm): Add version command
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed Mar 27, 2018
1 parent 58f15bc commit 9334eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# CHANGELOG

<a name="0.11.0"></a>
# [0.11.0](https://github.com/ruedap/emma.css/compare/0.10.0...0.11.0) (2017-07-30)
* Add snippets:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"remove-empty-lines": "gulp remove-empty-lines",
"watch": "watch 'npm run test' src/ test/ --wait 10 -d -u",
"test": "npm run compile:json && mocha",
"test:ci": "npm run build && mocha"
"test:ci": "npm run build && mocha",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md"
},
"author": "ruedap",
"license": "MIT",
Expand Down

0 comments on commit 9334eb0

Please sign in to comment.