Skip to content

Commit ece05a2

Browse files
author
github-actions
committed
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.3...v5.1.0) (2024-07-24) ### Features * Add deleteFile function to helpers module ([1befdb1](1befdb1)) * apply deleteFile function to remoteCmd ([b82eced](b82eced))
1 parent b99511b commit ece05a2

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.1.0](https://github.com/easingthemes/ssh-deploy/compare/v5.0.3...v5.1.0) (2024-07-24)
2+
3+
4+
### Features
5+
6+
* Add deleteFile function to helpers module ([1befdb1](https://github.com/easingthemes/ssh-deploy/commit/1befdb1c6bf3282aa34e6caa431cb2da23d2b17d))
7+
* apply deleteFile function to remoteCmd ([b82eced](https://github.com/easingthemes/ssh-deploy/commit/b82eced4571cb3f63369d51760a81820ffb1bc7f))
8+
19
## [5.0.3](https://github.com/easingthemes/ssh-deploy/compare/v5.0.2...v5.0.3) (2024-02-27)
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.3",
3+
"version": "5.1.0",
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)