This commit is contained in:
Tim Perry 2017-07-18 18:09:32 +02:00
parent e6dc7f8075
commit 759baf3eda
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.1.1] - 2017-07-18
### Changed
- Hide the intro quickstart message for now (until it gets renovated)
@ -517,6 +519,7 @@ and for `resin device init` (same `--config` param)
- Remove outdated information from README.
[6.1.1]: https://github.com/resin-io/resin-cli/compare/v6.1.0...v6.1.1
[6.1.0]: https://github.com/resin-io/resin-cli/compare/v6.0.0...v6.1.0
[6.0.0]: https://github.com/resin-io/resin-cli/compare/v5.11.1...v6.0.0
[5.11.1]: https://github.com/resin-io/resin-cli/compare/v5.11.0...v5.11.1

View File

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