From 699cc3af2ac138995a16983a893a671e7f7e2c96 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 25 Mar 2023 04:53:10 +0900 Subject: [PATCH] version 2.5.1 (#239) --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf31a8d..61830ca 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.5.1] - 2023-03-25 + ### Hotfix * update github.com key: (thanks [@phlax](https://github.com/phlax)) @@ -184,7 +186,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.5.0...HEAD +[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.5.1...HEAD +[2.5.1]: https://github.com/shimataro/ssh-key-action/compare/v2.5.0...v2.5.1 [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 diff --git a/package-lock.json b/package-lock.json index 1aa28d2..69b97d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "install-ssh-key", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "install-ssh-key", - "version": "2.5.0", + "version": "2.5.1", "license": "MIT", "devDependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index 91ba422..64822d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-ssh-key", - "version": "2.5.0", + "version": "2.5.1", "private": true, "description": "Install SSH key in .ssh", "main": "lib/index.js",