mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.32.2
This commit is contained in:
parent
b4d37e7a3a
commit
836ae1cf4a
@ -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:
|
||||
- subject: Make balena-cli build on refreshed on-prem workers
|
||||
hash: 511d0dbe2688098f522af9fb81fe6c4503689a22
|
||||
|
@ -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.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
|
||||
|
||||
* Make balena-cli build on refreshed on-prem workers [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.32.1",
|
||||
"version": "12.32.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.32.1",
|
||||
"version": "12.32.2",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user