This commit is contained in:
Balena CI 2020-05-12 11:47:07 +03:00 committed by VersionBot
parent 2d341cac48
commit 5723e69267
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix usage of livepush v3 features
hash: 4e50d08f7be174b23a470e4d9d38057763f329ba
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.33.3
date: 2020-05-12T08:25:59.490Z
- commits:
- subject: 'Fix ''balena app'' (rm, restart, info) with numeric app IDs'
hash: 8d60cd1f927ba289120941b768bfbc1a18defa93

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.33.3 - 2020-05-12
* Fix usage of livepush v3 features [Cameron Diver]
## 11.33.2 - 2020-05-11
* Fix 'balena app' (rm, restart, info) with numeric app IDs [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.33.2",
"version": "11.33.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.33.2",
"version": "11.33.3",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",