# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Changed * rename `known-hosts` to `known_hosts` ## [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 * Some bugfixes ## [1.6.0] - 2020-01-18 ### Changed * `public-key` is no longer necessarily ## [1.5.0] - 2019/12/30 ### Changed * Append contents of `config` and `known_hosts` when called multiple times. ## [1.4.0] - 2019/12/22 ### Added * `config` option ## [1.3.0] - 2019/09/29 ### Added * `known-hosts` option ## [1.2.0] - 2019/09/22 ### Fixed * CI trigger * example code in [README](README.md) ### Others * Install only `dependencies` packages. ## [1.1.0] - 2019/09/19 ### Others * Support Visual Studio Code officially. * Use GitHub Actions for build test. ## [1.0.0] - 2019/09/18 * First release. [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 [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 [1.2.0]: https://github.com/shimataro/ssh-key-action/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/shimataro/ssh-key-action/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/shimataro/ssh-key-action/compare/8deacc95b1ee5732107e56baa4c8aac4c386ef7e...v1.0.0