This commit is contained in:
Juan Cruz Viotti 2016-10-27 17:47:43 -04:00
parent 0bf6bcc430
commit c9919a90a8
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.2.0] - 2016-10-27
### Added
- Add `shutdown` command.
- Add `--force` option to `device reboot` command.
## [5.1.0] - 2016-09-25
### Added
@ -292,6 +299,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[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
[5.0.0]: https://github.com/resin-io/resin-cli/compare/v4.5.0...v5.0.0
[4.5.0]: https://github.com/resin-io/resin-cli/compare/v4.4.0...v4.5.0

View File

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