From 7abcea67e167aaadc935c15b6ae977a3f057ac26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelo=20Forment=C3=A3o?= Date: Fri, 8 Jun 2018 08:50:25 -0300 Subject: [PATCH] chore(release): 1.6.0 [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ead8a..ad174b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +# [1.6.0](https://github.com/remixz/publish-release/compare/ce3667074704e6194529f77fb3b98910d7a3394a...v1.6.0) (2018-06-08) + + +### Features + +* add 'skipIfPublished' argument to CLI and API ([#38](https://github.com/remixz/publish-release/issues/38)) ([a01b25d](https://github.com/remixz/publish-release/commit/a01b25d)), closes [#37](https://github.com/remixz/publish-release/issues/37) + + + +# [1.5.1]() (2018-03-29) + + +### Bug Fixes + +* Changed let to var - To support node versions less than 6 ([f2d9474](https://github.com/remixz/publish-release/commit/f2d9474e437221879f679b7871d475d2143154dd)) + + # [1.5.0](https://github.com/remixz/publish-release/tree/v1.5.0) (2018-02-19) diff --git a/package-lock.json b/package-lock.json index 1f70139..84ebd1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publish-release", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8908468..aba337a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publish-release", - "version": "1.5.1", + "version": "1.6.0", "description": "Create GitHub releases with assets", "main": "index.js", "bin": "bin/publish-release",