From 70366947e286a60c5196417e82602f5ecbcef96e Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 24 Dec 2022 21:37:26 +0900 Subject: [PATCH] version 2.5.0 (#229) --- CHANGELOG.md | 7 +++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bbab9b..dcd3b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.5.0] - 2022-12-24 + ### Added -* reomve SSH directory at the end of workflow +* remove SSH directory at the end of workflow ## [2.4.0] - 2022-11-03 @@ -178,7 +180,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.4.0...HEAD +[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.5.0...HEAD +[2.5.0]: https://github.com/shimataro/ssh-key-action/compare/v2.4.0...v2.5.0 [2.4.0]: https://github.com/shimataro/ssh-key-action/compare/v2.3.1...v2.4.0 [2.3.1]: https://github.com/shimataro/ssh-key-action/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/shimataro/ssh-key-action/compare/v2.2.0...v2.3.0 diff --git a/package-lock.json b/package-lock.json index 12302df..1aa28d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-ssh-key", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "install-ssh-key", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "devDependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index 27affff..91ba422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-ssh-key", - "version": "2.4.0", + "version": "2.5.0", "private": true, "description": "Install SSH key in .ssh", "main": "lib/index.js",