This commit is contained in:
Tim Perry 2017-05-22 21:59:12 +02:00
parent eb9152255e
commit e5ed6fab85
No known key found for this signature in database
GPG Key ID: 0DDE38AFD3AF94F0
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.10.1] - 2017-05-22
### Fixed
- Fixed breaking bug in `resin local ssh`
@ -446,6 +448,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[5.10.1]: https://github.com/resin-io/resin-cli/compare/v5.10.0...v5.10.1
[5.10.0]: https://github.com/resin-io/resin-cli/compare/v5.9.1...v5.10.0
[5.9.1]: https://github.com/resin-io/resin-cli/compare/v5.9.0...v5.9.1
[5.9.0]: https://github.com/resin-io/resin-cli/compare/v5.8.1...v5.9.0

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "5.10.0",
"version": "5.10.1",
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",