From fba873ce448e8ec6ca6b783d95fd1e5a7d07105e Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Sun, 6 Nov 2016 17:41:02 +0100 Subject: [PATCH] other(release): automate release and publish --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d766911..f481fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# 1.4.0 (2016-11-06) + + +### Bug Fixes + +* **#15:** Fix ios call ([9cf55f5](https://github.com/TobiasHennig/nativescript-toast/commit/9cf55f5)) + + + # 1.3.0 (2016-06-10) diff --git a/package.json b/package.json index 836031d..962e6b2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "pre-e2e": "cd samples/angular && tns install && tns platform add ios && tns platform add android && tns build ios && tns build android", "e2e": "cd samples/angular && tns test ios --emulator --justlaunch", "changelog":" conventional-changelog -p angular -i CHANGELOG.md -s", - "release": "npm run build && npm run test && npm run changelog && git add CHANGELOG.md" + "release": "npm run build && npm run test && npm run changelog && git add CHANGELOG.md && npm publish" }, "devDependencies": { "conventional-changelog": "1.1.0"