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:
parent
186286e08e
commit
baa16bd2bb
3 changed files with 6 additions and 3 deletions
|
@ -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
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ssh-key-action",
|
||||
"version": "1.3.0",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue