This commit is contained in:
Balena CI 2020-05-12 00:37:55 +03:00 committed by VersionBot
parent 2bb0933a42
commit aff5cd9b0d
4 changed files with 18 additions and 2 deletions

@ -1,3 +1,15 @@
- commits:
- subject: 'Fix ''balena app'' (rm, restart, info) with numeric app IDs'
hash: 8d60cd1f927ba289120941b768bfbc1a18defa93
body: ''
footer:
Resolves: '#1815'
resolves: '#1815'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.33.2
date: 2020-05-11T21:01:53.651Z
- commits:
- subject: Update resin-multibuild
hash: 127560fa6548aaf0a72ee6050df81fdca11109c5

@ -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.2 - 2020-05-11
* Fix 'balena app' (rm, restart, info) with numeric app IDs [Paulo Castro]
## 11.33.1 - 2020-05-11
* Update resin-multibuild [Scott Lowe]

2
npm-shrinkwrap.json generated

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

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