This commit is contained in:
Juan Cruz Viotti 2016-04-08 13:30:40 -04:00
parent 68fca3d030
commit 1c66efb4fa
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.
This project adheres to [Semantic Versioning](http://semver.org/).
## [3.0.2] - 2016-04-08
### Changed
- Fix `os configure` command not working with shorter uuids.
## [3.0.1] - 2016-03-29
### Changed
@ -193,6 +199,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[3.0.2]: https://github.com/resin-io/resin-cli/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/resin-io/resin-cli/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/resin-io/resin-cli/compare/v2.7.0...v3.0.0
[2.7.0]: https://github.com/resin-io/resin-cli/compare/v2.6.2...v2.7.0

View File

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