This commit is contained in:
Juan Cruz Viotti 2016-02-19 08:36:25 -04:00
parent db3de2137b
commit 9870727e36
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/).
## [2.6.2] - 2016-02-19
### Removed
- Remove debugging statement in `quickstart`.
## [2.6.1] - 2016-02-12 ## [2.6.1] - 2016-02-12
### Added ### Added
@ -160,6 +166,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README. - Remove outdated information from README.
[2.6.2]: https://github.com/resin-io/resin-cli/compare/v2.6.1...v2.6.2
[2.6.1]: https://github.com/resin-io/resin-cli/compare/v2.6.0...v2.6.1 [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.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.5.0]: https://github.com/resin-io/resin-cli/compare/v2.4.0...v2.5.0

View File

@ -1,6 +1,6 @@
{ {
"name": "resin-cli", "name": "resin-cli",
"version": "2.6.1", "version": "2.6.2",
"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",