This commit is contained in:
Tim Perry 2017-08-22 19:22:05 +02:00
parent 314fcd3919
commit 4cdf3acf42
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [6.5.2] - 2017-08-22
### Changed
- Progress bar when preload builds its docker image or fetches the build size;
@ -570,6 +572,7 @@ and for `resin device init` (same `--config` param)
- Remove outdated information from README.
[6.5.2]: https://github.com/resin-io/resin-cli/compare/v6.5.1...v6.5.2
[6.5.1]: https://github.com/resin-io/resin-cli/compare/v6.5.0...v6.5.1
[6.5.0]: https://github.com/resin-io/resin-cli/compare/v6.4.0...v6.5.0
[6.4.0]: https://github.com/resin-io/resin-cli/compare/v6.3.1...v6.4.0

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.5.1",
"version": "6.5.2",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",