mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 08:25:36 +00:00
v11.33.3
This commit is contained in:
parent
2d341cac48
commit
5723e69267
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.33.2",
|
||||
"version": "11.33.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user