diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a31a96..25cd718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.7.0] - 2024-02-11 + ### Others * Update to Node.js v20 (thanks [@princemaple](https://github.com/princemaple)) @@ -204,7 +206,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * First release. -[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.6.1...HEAD +[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.7.0...HEAD +[2.7.0]: https://github.com/shimataro/ssh-key-action/compare/v2.6.1...v2.7.0 [2.6.1]: https://github.com/shimataro/ssh-key-action/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/shimataro/ssh-key-action/compare/v2.5.1...v2.6.0 [2.5.1]: https://github.com/shimataro/ssh-key-action/compare/v2.5.0...v2.5.1 diff --git a/package-lock.json b/package-lock.json index 811f597..9a98472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-ssh-key", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "install-ssh-key", - "version": "2.6.1", + "version": "2.7.0", "license": "MIT", "devDependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index beb613c..dcc17ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-ssh-key", - "version": "2.6.1", + "version": "2.7.0", "private": true, "description": "Install SSH key in .ssh", "main": "./dist/main.js",