This commit is contained in:
Balena CI 2020-12-11 03:11:16 +02:00 committed by VersionBot
parent b4d37e7a3a
commit 836ae1cf4a
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'apps: Fix "column.match is not a function" when --verbose is used'
hash: 055ad834e70b811f47a04d2c01b309dd7ef756f1
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.32.2
date: 2020-12-11T00:36:12.818Z
- commits: - commits:
- subject: Make balena-cli build on refreshed on-prem workers - subject: Make balena-cli build on refreshed on-prem workers
hash: 511d0dbe2688098f522af9fb81fe6c4503689a22 hash: 511d0dbe2688098f522af9fb81fe6c4503689a22

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.32.2 - 2020-12-11
* apps: Fix "column.match is not a function" when --verbose is used [Paulo Castro]
## 12.32.1 - 2020-12-10 ## 12.32.1 - 2020-12-10
* Make balena-cli build on refreshed on-prem workers [Paulo Castro] * Make balena-cli build on refreshed on-prem workers [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.32.1", "version": "12.32.2",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",