Skip to content

Commit 93a402e

Browse files
authored
version 2.1.0 (#153)
1 parent 5462322 commit 93a402e

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.1.0] - 2020-08-15
11+
1012
### Changed
1113

12-
* Append LF to `known_hosts` / `config`.
14+
* Append LF to `known_hosts` / `config` (thanks [@jacktuck](https://github.com/jacktuck))
1315

1416
### Fixed
1517

@@ -121,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
121123

122124
* First release.
123125

124-
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.0.3...HEAD
126+
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.1.0...HEAD
127+
[2.1.0]: https://github.com/shimataro/ssh-key-action/compare/v2.0.3...v2.1.0
125128
[2.0.3]: https://github.com/shimataro/ssh-key-action/compare/v2.0.2...v2.0.3
126129
[2.0.2]: https://github.com/shimataro/ssh-key-action/compare/v2.0.1...v2.0.2
127130
[2.0.1]: https://github.com/shimataro/ssh-key-action/compare/v2.0.0...v2.0.1

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.0.3",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "Install SSH key in .ssh",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)