mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.32.0
This commit is contained in:
parent
9e20b2b691
commit
6b0201866f
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.31.0",
|
||||
"version": "12.32.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user