This commit is contained in:
Juan Cruz Viotti 2016-11-01 14:38:55 -04:00
parent 6954da4a24
commit e8183d4031
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.2.2] - 2016-11-01
### Changed
- Fix `shutdown` command not being available.
## [5.2.1] - 2016-10-28
### Changed
@ -305,6 +311,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[5.2.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2
[5.2.1]: https://github.com/resin-io/resin-cli/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/resin-io/resin-cli/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/resin-io/resin-cli/compare/v5.0.0...v5.1.0

View File

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