Skip to content

Commit 8c3965f

Browse files
author
github-actions
committed
chore(release): 5.0.2 [skip ci]
## [5.0.2](v5.0.1...v5.0.2) (2024-02-18) ### Bug Fixes * added the missing declarations [#177](#177) ([bb271fe](bb271fe)) * Fix default values used incorrectly. ([a1b383f](a1b383f))
1 parent 186d027 commit 8c3965f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.0.2](https://github.com/easingthemes/ssh-deploy/compare/v5.0.1...v5.0.2) (2024-02-18)
2+
3+
4+
### Bug Fixes
5+
6+
* added the missing declarations [#177](https://github.com/easingthemes/ssh-deploy/issues/177) ([bb271fe](https://github.com/easingthemes/ssh-deploy/commit/bb271fe4c69eeeacb986a38cdb3347104143c61f))
7+
* Fix default values used incorrectly. ([a1b383f](https://github.com/easingthemes/ssh-deploy/commit/a1b383f560a7f52a65da3670e61efe6e02f8639a))
8+
19
## [5.0.1](https://github.com/easingthemes/ssh-deploy/compare/v5.0.0...v5.0.1) (2024-01-31)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draganfilipovic/ssh-deploy",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)