mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-17 10:20:25 +00:00
v6.3.1
This commit is contained in:
parent
6cca43a09e
commit
1b86741fa2
@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## Unreleased
|
## 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
|
## [6.3.0] - 2017-08-03
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
@ -533,6 +538,7 @@ and for `resin device init` (same `--config` param)
|
|||||||
|
|
||||||
- Remove outdated information from README.
|
- 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.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.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
|
[6.1.1]: https://github.com/resin-io/resin-cli/compare/v6.1.0...v6.1.1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "resin-cli",
|
"name": "resin-cli",
|
||||||
"version": "6.3.0",
|
"version": "6.3.1",
|
||||||
"description": "Git Push to your devices",
|
"description": "Git Push to your devices",
|
||||||
"main": "./build/actions/index.js",
|
"main": "./build/actions/index.js",
|
||||||
"homepage": "https://github.com/resin-io/resin-cli",
|
"homepage": "https://github.com/resin-io/resin-cli",
|
||||||
@ -71,7 +71,7 @@
|
|||||||
"reconfix": "^0.0.3",
|
"reconfix": "^0.0.3",
|
||||||
"request": "^2.81.0",
|
"request": "^2.81.0",
|
||||||
"resin-bundle-resolve": "^0.0.2",
|
"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-errors": "^1.2.0",
|
||||||
"resin-cli-form": "^1.4.1",
|
"resin-cli-form": "^1.4.1",
|
||||||
"resin-cli-visuals": "^1.4.0",
|
"resin-cli-visuals": "^1.4.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user