This commit is contained in:
Juan Cruz Viotti 2016-10-28 12:17:25 -04:00
parent 3083ff0640
commit e013986dba
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. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [5.2.1] - 2016-10-28
### Changed
- Fix `Boolean options can't have parameters` error in every command.
## [5.2.0] - 2016-10-27 ## [5.2.0] - 2016-10-27
### Added ### Added
@ -299,6 +305,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README. - Remove outdated information from README.
[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.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.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 [5.0.0]: https://github.com/resin-io/resin-cli/compare/v4.5.0...v5.0.0

View File

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