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

version 1.6.0 (#68)

This commit is contained in:
shimataro 2020-01-18 12:06:32 +09:00 committed by GitHub
parent 186286e08e
commit baa16bd2bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [1.6.0] - 2020-01-18
### Changed
* `public-key` is no longer necessarily
@ -51,7 +53,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/v1.5.0...HEAD
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/shimataro/ssh-key-action/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/shimataro/ssh-key-action/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/shimataro/ssh-key-action/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/shimataro/ssh-key-action/compare/v1.2.0...v1.3.0

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "ssh-key-action",
"version": "1.3.0",
"version": "1.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "ssh-key-action",
"version": "1.3.0",
"version": "1.6.0",
"private": true,
"description": "Install SSH key to .ssh",
"main": "lib/main.js",