diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c56bdaec..a5214f5f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Update various commands to support organizations + hash: c8987474682d284e8d3e685300ad47a3b716e8ef + 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.35.0 + date: 2020-12-15T15:10:35.099Z - commits: - subject: Add organizations support to app create command hash: 611f59a0da95a9bbbecd027d41f5fb9ded2b6460 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5638062d..69638513 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.35.0 - 2020-12-15 + +* Update various commands to support organizations [Scott Lowe] + ## 12.34.0 - 2020-12-15 * Add organizations support to app create command [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a631afec..574ca47c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.34.0", + "version": "12.35.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 36566357..39b07ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.34.0", + "version": "12.35.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",