1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

version 2.1.0

This commit is contained in:
shimataro 2020-08-15 10:39:35 +09:00
parent 54623227a4
commit 2e231a6ea4
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
3 changed files with 7 additions and 4 deletions

View file

@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
## [2.1.0] - 2020-08-15
### Changed ### Changed
* Append LF to `known_hosts` / `config`. * Append LF to `known_hosts` / `config` (thanks [@jacktuck](https://github.com/jacktuck))
### Fixed ### Fixed
@ -121,7 +123,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* First release. * First release.
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.0.3...HEAD [Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.1.0...HEAD
[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.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 [2.0.2]: https://github.com/shimataro/ssh-key-action/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/shimataro/ssh-key-action/compare/v2.0.0...v2.0.1 [2.0.1]: https://github.com/shimataro/ssh-key-action/compare/v2.0.0...v2.0.1

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "install-ssh-key", "name": "install-ssh-key",
"version": "2.0.3", "version": "2.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "install-ssh-key", "name": "install-ssh-key",
"version": "2.0.3", "version": "2.1.0",
"private": true, "private": true,
"description": "Install SSH key in .ssh", "description": "Install SSH key in .ssh",
"main": "lib/main.js", "main": "lib/main.js",