Skip to content

Commit

Permalink
version 2.7.0 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Feb 11, 2024
1 parent 9383557 commit d4fffb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d4fffb5

Please sign in to comment.