This commit is contained in:
Resin CI 2019-06-07 04:01:30 +03:00
parent bace8b5c1e
commit f8a9c10a77
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -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",