This commit is contained in:
Eugene Mirotin 2017-08-08 11:37:22 +03:00
parent 6cca43a09e
commit 1b86741fa2
2 changed files with 8 additions and 2 deletions

View File

@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## [6.3.1] - 2017-08-08
- Updated resin-cli-auth to point to the correct resin dashboard ued for authentication (for example, staging)
## [6.3.0] - 2017-08-03
### Fixed
@ -533,6 +538,7 @@ and for `resin device init` (same `--config` param)
- Remove outdated information from README.
[6.3.1]: https://github.com/resin-io/resin-cli/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/resin-io/resin-cli/compare/v6.2.0...v6.3.0
[6.2.0]: https://github.com/resin-io/resin-cli/compare/v6.1.1...v6.2.0
[6.1.1]: https://github.com/resin-io/resin-cli/compare/v6.1.0...v6.1.1

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.3.0",
"version": "6.3.1",
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
@ -71,7 +71,7 @@
"reconfix": "^0.0.3",
"request": "^2.81.0",
"resin-bundle-resolve": "^0.0.2",
"resin-cli-auth": "^1.1.3",
"resin-cli-auth": "^1.2.0",
"resin-cli-errors": "^1.2.0",
"resin-cli-form": "^1.4.1",
"resin-cli-visuals": "^1.4.0",