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

* update versions

This commit is contained in:
shimataro 2020-02-08 18:51:51 +09:00
parent b1a3d8859f
commit 9dd1d0d195
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
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]
## [2.0.0] - 2020-02-08
### Changed
* rename `private-key` to `key`
@ -89,7 +91,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.6.5...HEAD
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/shimataro/ssh-key-action/compare/v1.6.4...v2.0.0
[1.6.5]: https://github.com/shimataro/ssh-key-action/compare/v1.6.4...v1.6.5
[1.6.4]: https://github.com/shimataro/ssh-key-action/compare/v1.6.3...v1.6.4
[1.6.3]: https://github.com/shimataro/ssh-key-action/compare/v1.6.2...v1.6.3

2
package-lock.json generated
View file

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

View file

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