This commit is contained in:
Juan Cruz Viotti 2016-09-25 19:55:55 -04:00
parent 25f8f3d740
commit ce026ea387
2 changed files with 9 additions and 2 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/).
## [5.1.0] - 2016-09-25
### Added
- Add `devices supported` command.
## [5.0.0] - 2016-09-15
### Added
@ -286,7 +292,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[5.0.0]: https://github.com/resin-io/resin-cli/compare/v5.0.0...v4.5.0
[5.1.0]: https://github.com/resin-io/resin-cli/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/resin-io/resin-cli/compare/v4.5.0...v5.0.0
[4.5.0]: https://github.com/resin-io/resin-cli/compare/v4.4.0...v4.5.0
[4.4.0]: https://github.com/resin-io/resin-cli/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/resin-io/resin-cli/compare/v4.2.1...v4.3.0

View File

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