diff --git a/CHANGELOG.md b/CHANGELOG.md index 254eabd..a758dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.5.0 (March 16, 2026) + * Move action to node24. + * Upgrade dependencies. + * Move to npm (from yarn). + # v1.4.2 (September 16, 2024) * Upgrade actions to non-deprecated versions. * Treat socket not found as info (not warning) as expected. diff --git a/package-lock.json b/package-lock.json index dbc4e52..f81cdba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ssh-socket-action", - "version": "1.4.2", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ssh-socket-action", - "version": "1.4.2", + "version": "1.5.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 5c96857..84ceeaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssh-socket-action", - "version": "1.4.2", + "version": "1.5.0", "description": "Setup an SSH socket with a private key.", "main": "index.js", "keywords": [],