Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2020-08-26)

### Bug Fixes

* **deps:** fix version of ssh-exec ([1aa1d05](1aa1d05))
* **script:** enable interpolate variables in command string ([82607b0](82607b0))
  • Loading branch information
semantic-release-bot committed Aug 26, 2020
1 parent 1aa1d05 commit f76d2d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.3](https://github.com/eclass/semantic-release-ssh-commands/compare/v1.0.2...v1.0.3) (2020-08-26)


### Bug Fixes

* **deps:** fix version of ssh-exec ([1aa1d05](https://github.com/eclass/semantic-release-ssh-commands/commit/1aa1d05be74f034bb0edeb6f39e9357eb9153285))
* **script:** enable interpolate variables in command string ([82607b0](https://github.com/eclass/semantic-release-ssh-commands/commit/82607b0cfa31f521893dc6e5ff7d3303b7d6f85b))

## [1.0.2](https://github.com/eclass/semantic-release-ssh-commands/compare/v1.0.1...v1.0.2) (2020-08-26)


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.2",
"version": "1.0.3",
"description": "semantic-release plugin to deploy app",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit f76d2d0

Please sign in to comment.