Skip to content

Commit 16bb35e

Browse files
author
github-actions
committed
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.1.10...v5.0.0) (2023-12-12) * Merge pull request #173 from jeromelachaud/main ([ac1908e](ac1908e)), closes [#173](#173) ### BREAKING CHANGES * update to use nodeJS v20 * update to use nodeJS v20
1 parent ac1908e commit 16bb35e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [5.0.0](https://github.com/easingthemes/ssh-deploy/compare/v4.1.10...v5.0.0) (2023-12-12)
2+
3+
4+
* Merge pull request #173 from jeromelachaud/main ([ac1908e](https://github.com/easingthemes/ssh-deploy/commit/ac1908e5d2dc749496fdbe8a918aa073e3357d85)), closes [#173](https://github.com/easingthemes/ssh-deploy/issues/173)
5+
6+
7+
### BREAKING CHANGES
8+
9+
* update to use nodeJS v20
10+
* update to use nodeJS v20
11+
112
## [4.1.10](https://github.com/easingthemes/ssh-deploy/compare/v4.1.9...v4.1.10) (2023-09-30)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draganfilipovic/ssh-deploy",
3-
"version": "4.1.10",
3+
"version": "5.0.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)