Skip to content

Commit b38d88d

Browse files
authored
version 2.3.1 (#189)
1 parent 92fef64 commit b38d88d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.3.1] - 2021-08-01
11+
1012
### Security
1113

1214
* Fix [CVE-2021-33502](https://github.com/advisories/GHSA-px4h-xg32-q955)
@@ -155,7 +157,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
155157

156158
* First release.
157159

158-
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.3.0...HEAD
160+
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.3.1...HEAD
161+
[2.3.1]: https://github.com/shimataro/ssh-key-action/compare/v2.3.0...v2.3.1
159162
[2.3.0]: https://github.com/shimataro/ssh-key-action/compare/v2.2.0...v2.3.0
160163
[2.2.0]: https://github.com/shimataro/ssh-key-action/compare/v2.1.0...v2.2.0
161164
[2.1.0]: https://github.com/shimataro/ssh-key-action/compare/v2.0.3...v2.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3.0",
3+
"version": "2.3.1",
44
"private": true,
55
"description": "Install SSH key in .ssh",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)