This commit is contained in:
Resin CI 2019-06-20 19:33:22 +03:00
parent 65ab3008e6
commit f4612116b9
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@ 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.3.3 - 2019-06-20
* Fix using an image more than once in a balena push [Cameron Diver]
## 11.3.2 - 2019-06-20 ## 11.3.2 - 2019-06-20
* Remove the livepush initialisation double printed log [Cameron Diver] * Remove the livepush initialisation double printed log [Cameron Diver]

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.3.2", "version": "11.3.3",
"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",