This commit is contained in:
Juan Cruz Viotti 2016-02-12 14:41:37 -04:00
parent 13f33da280
commit 3953b00e77
2 changed files with 17 additions and 1 deletions

View File

@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.6.1] - 2016-02-12
### Added
- Documented corrupted image MBR error.
- Show parser device status in `device` command.
- Show id a device is online in `devices` command.
- Make use of static images.
### Changed
- Improve analytics.
- Improve `quickstart` messages.
- Fix `device` example.
## [2.6.0] - 2016-01-21
### Added
@ -145,6 +160,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[2.6.1]: https://github.com/resin-io/resin-cli/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/resin-io/resin-cli/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/resin-io/resin-cli/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/resin-io/resin-cli/compare/v2.3.0...v2.4.0

View File

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