Skip to content

Commit f76d2d0

Browse files
chore(release): 1.0.3 [skip ci]
## [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))
1 parent 1aa1d05 commit f76d2d0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.3](https://github.com/eclass/semantic-release-ssh-commands/compare/v1.0.2...v1.0.3) (2020-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** fix version of ssh-exec ([1aa1d05](https://github.com/eclass/semantic-release-ssh-commands/commit/1aa1d05be74f034bb0edeb6f39e9357eb9153285))
7+
* **script:** enable interpolate variables in command string ([82607b0](https://github.com/eclass/semantic-release-ssh-commands/commit/82607b0cfa31f521893dc6e5ff7d3303b7d6f85b))
8+
19
## [1.0.2](https://github.com/eclass/semantic-release-ssh-commands/compare/v1.0.1...v1.0.2) (2020-08-26)
210

311

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

0 commit comments

Comments
 (0)