This commit is contained in:
Balena CI 2020-12-10 18:42:18 +02:00 committed by VersionBot
parent 9e20b2b691
commit 6b0201866f
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Add organizations support to app rename command
hash: 665e0cf9d7f1f10d5067a1c8888790d4b46fa50a
body: ''
footer:
Change-type: minor
change-type: minor
Connects-to: '#2119'
connects-to: '#2119'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.32.0
date: 2020-12-10T13:02:22.165Z
- commits:
- subject: >-
Livepush: Extend CTRL-C availability (don't ignore CTRL-C during image

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/).
## 12.32.0 - 2020-12-10
* Add organizations support to app rename command [Scott Lowe]
## 12.31.0 - 2020-12-10
* Livepush: Extend CTRL-C availability (don't ignore CTRL-C during image build) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.31.0",
"version": "12.32.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",