Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2020-05-14)

### Bug Fixes

* do not return anything on publish ([843eb63](843eb63))
* do not throw an error if stderr is non-empty ([812a89d](812a89d))
* output stdout ([24d9a5c](24d9a5c))
* return nothing ([a6046e9](a6046e9))
* return nothing ([34590d5](34590d5))
* return undefined instead of nothing ([b4dff5f](b4dff5f))
* return undefined instead of nothing ([8f57be3](8f57be3))
* support node 10 ([587e49c](587e49c))
  • Loading branch information
semantic-release-bot committed May 14, 2020
1 parent 65a796a commit 327a721
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.0.1](https://github.com/eclass/semantic-release-ssh-commands/compare/v1.0.0...v1.0.1) (2020-05-14)


### Bug Fixes

* do not return anything on publish ([843eb63](https://github.com/eclass/semantic-release-ssh-commands/commit/843eb638fbff8ae5cb5e8de6e9d66a5f3303c657))
* do not throw an error if stderr is non-empty ([812a89d](https://github.com/eclass/semantic-release-ssh-commands/commit/812a89d74f53d1b249909378b0aded54983604c5))
* output stdout ([24d9a5c](https://github.com/eclass/semantic-release-ssh-commands/commit/24d9a5cbf56084eda98f44d6633a38c95eeb4c93))
* return nothing ([a6046e9](https://github.com/eclass/semantic-release-ssh-commands/commit/a6046e9061627c7e3e8029e9e2a8465386fae416))
* return nothing ([34590d5](https://github.com/eclass/semantic-release-ssh-commands/commit/34590d525791def2494b7ea8315b7d90c640fb6e))
* return undefined instead of nothing ([b4dff5f](https://github.com/eclass/semantic-release-ssh-commands/commit/b4dff5f90c280f4c5626983e77357ce34967f85d))
* return undefined instead of nothing ([8f57be3](https://github.com/eclass/semantic-release-ssh-commands/commit/8f57be3d2beba992d56cae194276d409cd6b7d62))
* support node 10 ([587e49c](https://github.com/eclass/semantic-release-ssh-commands/commit/587e49cfb89cea7622cb9620bb52d43419068dbc))

# 1.0.0 (2020-01-29)


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": "@eclass/semantic-release-ssh-commands",
"version": "1.0.0",
"version": "1.0.1",
"description": "semantic-release plugin to deploy app",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 327a721

Please sign in to comment.