Skip to content

Commit

Permalink
version 2.5.0 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Dec 24, 2022
1 parent 0037643 commit 7036694
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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.4.0",
"version": "2.5.0",
"private": true,
"description": "Install SSH key in .ssh",
"main": "lib/index.js",
Expand Down

0 comments on commit 7036694

Please sign in to comment.