From eeb7e1642a7088a10efe1a92fbd20820ac2a8582 Mon Sep 17 00:00:00 2001 From: FG Ribreau Date: Tue, 22 Nov 2016 17:07:49 +0100 Subject: [PATCH] Release v6.1.0. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2f75598..45f4ea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "common-env", - "version": "6.0.1", + "version": "6.1.0", "keywords": [ "environment", "configuration", @@ -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" },