Skip to content

Commit 38b53cb

Browse files
authored
version 2.6.1 (#264)
1 parent 9e1a5e7 commit 38b53cb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.6.1] - 2023-10-13
11+
1012
### Fixed
1113

1214
* JSON parse error on exit, if `if_key_exists`=`fail` and key exists
@@ -197,7 +199,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
197199

198200
* First release.
199201

200-
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.6.0...HEAD
202+
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.6.1...HEAD
203+
[2.6.1]: https://github.com/shimataro/ssh-key-action/compare/v2.6.0...v2.6.1
201204
[2.6.0]: https://github.com/shimataro/ssh-key-action/compare/v2.5.1...v2.6.0
202205
[2.5.1]: https://github.com/shimataro/ssh-key-action/compare/v2.5.0...v2.5.1
203206
[2.5.0]: https://github.com/shimataro/ssh-key-action/compare/v2.4.0...v2.5.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "install-ssh-key",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"private": true,
55
"description": "Install SSH key in .ssh",
66
"main": "./dist/main.js",

0 commit comments

Comments
 (0)