Skip to content

Commit

Permalink
version 2.2.0 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Feb 27, 2021
1 parent 68b956b commit 8053198
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 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.2.0] - 2021-02-27

### Added

* Support Ubuntu/CentOS Docker container (thanks [@kujaomega](https://github.com/kujaomega))
Expand Down Expand Up @@ -136,7 +138,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.1.0...HEAD
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/shimataro/ssh-key-action/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/shimataro/ssh-key-action/compare/v2.0.3...v2.1.0
[2.0.3]: https://github.com/shimataro/ssh-key-action/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/shimataro/ssh-key-action/compare/v2.0.1...v2.0.2
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-ssh-key",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"description": "Install SSH key in .ssh",
"main": "lib/index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@vercel/ncc": "0.27.0",
"eslint": "7.20.0",
"markdownlint-cli": "0.26.0",
"npm-check-updates": "11.1.8",
"npm-check-updates": "11.1.9",
"npm-run-all": "4.1.5",
"typescript": "4.1.5",
"typescript": "4.2.2",
"yaml-lint": "1.2.4"
}
}

0 comments on commit 8053198

Please sign in to comment.