Skip to content

Commit 8053198

Browse files
authored
version 2.2.0 (#177)
1 parent 68b956b commit 8053198

File tree

3 files changed

+31
-28
lines changed

3 files changed

+31
-28
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.2.0] - 2021-02-27
11+
1012
### Added
1113

1214
* Support Ubuntu/CentOS Docker container (thanks [@kujaomega](https://github.com/kujaomega))
@@ -136,7 +138,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
136138

137139
* First release.
138140

139-
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.1.0...HEAD
141+
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.2.0...HEAD
142+
[2.2.0]: https://github.com/shimataro/ssh-key-action/compare/v2.1.0...v2.2.0
140143
[2.1.0]: https://github.com/shimataro/ssh-key-action/compare/v2.0.3...v2.1.0
141144
[2.0.3]: https://github.com/shimataro/ssh-key-action/compare/v2.0.2...v2.0.3
142145
[2.0.2]: https://github.com/shimataro/ssh-key-action/compare/v2.0.1...v2.0.2

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "install-ssh-key",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"description": "Install SSH key in .ssh",
66
"main": "lib/index.js",
@@ -38,9 +38,9 @@
3838
"@vercel/ncc": "0.27.0",
3939
"eslint": "7.20.0",
4040
"markdownlint-cli": "0.26.0",
41-
"npm-check-updates": "11.1.8",
41+
"npm-check-updates": "11.1.9",
4242
"npm-run-all": "4.1.5",
43-
"typescript": "4.1.5",
43+
"typescript": "4.2.2",
4444
"yaml-lint": "1.2.4"
4545
}
4646
}

0 commit comments

Comments
 (0)