diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 588c8cbd..a08491af 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Add orgs command + hash: a11f9ec7055ff7ff8f621157809a6b8dcc2cbc61 + 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.33.0 + date: 2020-12-11T12:06:55.833Z - commits: - subject: 'apps: Fix "column.match is not a function" when --verbose is used' hash: 055ad834e70b811f47a04d2c01b309dd7ef756f1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 39747e4b..572cfaaa 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.33.0 - 2020-12-11 + +* Add orgs command [Scott Lowe] + ## 12.32.2 - 2020-12-11 * apps: Fix "column.match is not a function" when --verbose is used [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 57fff695..43ae5ace 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.32.2", + "version": "12.33.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a591691..51b2023e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.32.2", + "version": "12.33.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",