This commit is contained in:
Eugene Mirotin 2017-06-19 01:16:04 +03:00
parent c891d690ec
commit 378f894da3
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## [5.11.0] - 2017-06-19
### Added
@ -478,6 +478,7 @@ and for `resin device init` (same `--config` param)
- Remove outdated information from README.
[5.11.0]: https://github.com/resin-io/resin-cli/compare/v5.10.2...v5.11.0
[5.10.2]: https://github.com/resin-io/resin-cli/compare/v5.10.1...v5.10.2
[5.10.1]: https://github.com/resin-io/resin-cli/compare/v5.10.0...v5.10.1
[5.10.0]: https://github.com/resin-io/resin-cli/compare/v5.9.1...v5.10.0

View File

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