mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v11.0.7
This commit is contained in:
parent
bace8b5c1e
commit
f8a9c10a77
@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
|
|||||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 11.0.7 - 2019-06-07
|
||||||
|
|
||||||
|
* Fix "catch-uncommitted" build failure (npm run prettify) [Paulo Castro]
|
||||||
|
* Update tunnel documentation after argument changes [Cameron Diver]
|
||||||
|
|
||||||
## 11.0.6 - 2019-06-06
|
## 11.0.6 - 2019-06-06
|
||||||
|
|
||||||
* Fix: Add single code path to get full, online-only device UUIDs [Rich Bayliss]
|
* Fix: Add single code path to get full, online-only device UUIDs [Rich Bayliss]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.0.6",
|
"version": "11.0.7",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/actions/index.js",
|
"main": "./build/actions/index.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user