Resin CLI v2.1.0

This commit is contained in:
Juan Cruz Viotti 2015-11-11 08:31:32 -04:00
parent a71fb8ca4d
commit 89c5bb3080
2 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.1.0] - 2015-11-11
### Added
- Implement `config read` command.
- Implement `config write` command.
### Changed
- Clarify the need of computer password during `sudo` in `os initialize`.
## [2.0.1] - 2015-10-26
### Changed
@ -69,6 +80,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[2.1.0]: https://github.com/resin-io/resin-cli/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/resin-io/resin-cli/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/resin-io/resin-cli/compare/v1.1.0...v2.0.0
[1.1.0]: https://github.com/resin-io/resin-cli/compare/v1.0.0...v1.1.0

View File

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