Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloavf committed Jun 8, 2018
1 parent a01b25d commit 7abcea6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
<a name="1.6.0"></a>
# [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)


<a name="1.5.1"></a>
# [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))


<a name="1.5.0"></a>
# [1.5.0](https://github.com/remixz/publish-release/tree/v1.5.0) (2018-02-19)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7abcea6

Please sign in to comment.