mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
v5.2.1
This commit is contained in:
parent
3083ff0640
commit
e013986dba
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user