This commit is contained in:
Juan Cruz Viotti 2016-03-07 08:34:32 -04:00
parent 091ae8eb03
commit f295837840
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.7.0] - 2016-03-07
### Added
- Implement `config generate` command.
- Implement `device reboot` command.
## [2.6.2] - 2016-02-19
### Removed
@ -166,6 +173,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[2.7.0]: https://github.com/resin-io/resin-cli/compare/v2.6.2...v2.7.0
[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.0]: https://github.com/resin-io/resin-cli/compare/v2.5.0...v2.6.0

View File

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