mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v11.3.4
This commit is contained in:
parent
30e48b658f
commit
df2e611c42
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 11.3.4 - 2019-06-26
|
||||
|
||||
* Patterns: Add debug logs in the getOnlineTargetUuid resolution [Thodoris Greasidis]
|
||||
* Tunnel: Fix incorrect parsing of numeric short UUIDs [Thodoris Greasidis]
|
||||
* Ssh: Fix incorrect parsing of numeric short UUIDs [Thodoris Greasidis]
|
||||
|
||||
## 11.3.3 - 2019-06-20
|
||||
|
||||
* Fix using an image more than once in a balena push [Cameron Diver]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.3.3",
|
||||
"version": "11.3.4",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user