mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Merge branch 'feature/v2' into feature/private-key
This commit is contained in:
commit
c555a093d8
15 changed files with 202 additions and 119 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -7,8 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
* rename `private-key` to `key`
|
||||
|
||||
## [1.6.4] - 2020-01-27
|
||||
|
||||
### Fixed
|
||||
|
||||
* `node_modules/.bin` error (thanks [@george3447](https://github.com/george3447))
|
||||
|
||||
## [1.6.3] - 2020-01-27
|
||||
|
||||
### Others
|
||||
|
||||
* add Q&A
|
||||
|
||||
## [1.6.2] - 2020-01-25
|
||||
|
||||
### Others
|
||||
|
||||
* some updates
|
||||
|
||||
## [1.6.1] - 2020-01-19
|
||||
|
||||
### Fixed
|
||||
|
@ -61,7 +81,10 @@ 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.1...HEAD
|
||||
[Unreleased]: https://github.com/shimataro/ssh-key-action/compare/v1.6.4...HEAD
|
||||
[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
|
||||
[1.6.2]: https://github.com/shimataro/ssh-key-action/compare/v1.6.1...v1.6.2
|
||||
[1.6.1]: https://github.com/shimataro/ssh-key-action/compare/v1.6.0...v1.6.1
|
||||
[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue