Skip to content

Commit 327a721

Browse files
chore(release): 1.0.1 [skip ci]
## [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))
1 parent 65a796a commit 327a721

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.0.1](https://github.com/eclass/semantic-release-ssh-commands/compare/v1.0.0...v1.0.1) (2020-05-14)
2+
3+
4+
### Bug Fixes
5+
6+
* do not return anything on publish ([843eb63](https://github.com/eclass/semantic-release-ssh-commands/commit/843eb638fbff8ae5cb5e8de6e9d66a5f3303c657))
7+
* do not throw an error if stderr is non-empty ([812a89d](https://github.com/eclass/semantic-release-ssh-commands/commit/812a89d74f53d1b249909378b0aded54983604c5))
8+
* output stdout ([24d9a5c](https://github.com/eclass/semantic-release-ssh-commands/commit/24d9a5cbf56084eda98f44d6633a38c95eeb4c93))
9+
* return nothing ([a6046e9](https://github.com/eclass/semantic-release-ssh-commands/commit/a6046e9061627c7e3e8029e9e2a8465386fae416))
10+
* return nothing ([34590d5](https://github.com/eclass/semantic-release-ssh-commands/commit/34590d525791def2494b7ea8315b7d90c640fb6e))
11+
* return undefined instead of nothing ([b4dff5f](https://github.com/eclass/semantic-release-ssh-commands/commit/b4dff5f90c280f4c5626983e77357ce34967f85d))
12+
* return undefined instead of nothing ([8f57be3](https://github.com/eclass/semantic-release-ssh-commands/commit/8f57be3d2beba992d56cae194276d409cd6b7d62))
13+
* support node 10 ([587e49c](https://github.com/eclass/semantic-release-ssh-commands/commit/587e49cfb89cea7622cb9620bb52d43419068dbc))
14+
115
# 1.0.0 (2020-01-29)
216

317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclass/semantic-release-ssh-commands",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "semantic-release plugin to deploy app",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)