Skip to content

Commit

Permalink
Release v6.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Nov 22, 2016
1 parent 2977e7a commit eeb7e16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "common-env",
"version": "6.0.1",
"version": "6.1.0",
"keywords": [
"environment",
"configuration",
Expand All @@ -27,8 +27,8 @@
"send-coverage": "cat ./coverage/lcov.info | coveralls",
"check-build": "check-build",
"update": "updtr",
"release-after-pr-patch":"git pull --rebase && npm run test && npm-release patch && npm run changelog-git",
"release-after-pr-minor":"git pull --rebase && npm run test && npm-release minor && npm run changelog-git",
"release-after-pr-patch": "git pull --rebase && npm run test && npm-release patch && npm run changelog-git",
"release-after-pr-minor": "git pull --rebase && npm run test && npm-release minor && npm run changelog-git",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
"changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master"
},
Expand Down

0 comments on commit eeb7e16

Please sign in to comment.