Skip to content

Commit 6b84f2e

Browse files
authored
version 2.8.0 (#282)
1 parent f8f3535 commit 6b84f2e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.8.0] - 2026-02-19
11+
1012
### Others
1113

1214
* Update to Node.js v24
@@ -215,7 +217,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
215217

216218
* First release.
217219

218-
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.7.0...HEAD
220+
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.8.0...HEAD
221+
[2.8.0]: https://github.com/shimataro/ssh-key-action/compare/v2.7.0...v2.8.0
219222
[2.7.0]: https://github.com/shimataro/ssh-key-action/compare/v2.6.1...v2.7.0
220223
[2.6.1]: https://github.com/shimataro/ssh-key-action/compare/v2.6.0...v2.6.1
221224
[2.6.0]: https://github.com/shimataro/ssh-key-action/compare/v2.5.1...v2.6.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)