From 6b0201866ff3c48c09ff25fe07963a7302bb29e7 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 10 Dec 2020 18:42:18 +0200 Subject: [PATCH] v12.32.0 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3b99712f..80993079 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Scott Lowe + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 303c9af7..33487357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9388f4e4..d467c1c9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.31.0", + "version": "12.32.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 238f3c38..7ee32899 100644 --- a/package.json +++ b/package.json @@ -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",