From 6fc3b0df58dc121e78b64aefda66b8a71f008186 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 15 Dec 2020 16:47:17 +0200 Subject: [PATCH] v12.34.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 7104e53a..c56bdaec 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Add organizations support to app create command + hash: 611f59a0da95a9bbbecd027d41f5fb9ded2b6460 + 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.34.0 + date: 2020-12-15T14:03:51.740Z - commits: - subject: Improve error message for issues to access balena settings hash: 439d8391eea61f0be2075121aa725286d9606110 diff --git a/CHANGELOG.md b/CHANGELOG.md index f1b40f23..5638062d 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.34.0 - 2020-12-15 + +* Add organizations support to app create command [Scott Lowe] + ## 12.33.2 - 2020-12-15 * Improve error message for issues to access balena settings [josecoelho] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 509db905..a631afec 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.33.2", + "version": "12.34.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 539dcdae..36566357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.33.2", + "version": "12.34.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",