This commit is contained in:
Tim Perry 2017-06-22 18:19:53 +02:00
parent 0c6545218a
commit 11079caf26
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.11.1] - 2017-06-22
## Added
- Include Node version in Sentry logging
@ -487,6 +489,7 @@ and for `resin device init` (same `--config` param)
- Remove outdated information from README.
[5.11.1]: https://github.com/resin-io/resin-cli/compare/v5.11.0...v5.11.1
[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

View File

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