This commit is contained in:
Balena CI 2020-12-11 17:12:40 +02:00 committed by VersionBot
parent 9763a14e97
commit 10bca728f0
4 changed files with 21 additions and 2 deletions

View File

@ -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 <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.32.2",
"version": "12.33.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",