This commit is contained in:
Juan Cruz Viotti 2016-04-26 12:40:20 -04:00
parent 372fa01cf3
commit 44f80f7a39
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [4.0.1] - 2016-04-26
- Fix unhandled exceptions in the `resin ssh` command.
## [4.0.0] - 2016-04-26
### Added
@ -210,6 +214,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[4.0.1]: https://github.com/resin-io/resin-cli/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/resin-io/resin-cli/compare/v3.0.2...v4.0.0
[3.0.2]: https://github.com/resin-io/resin-cli/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/resin-io/resin-cli/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/resin-io/resin-cli/compare/v2.7.0...v3.0.0

View File

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