This commit is contained in:
Balena CI 2022-03-25 19:19:03 +02:00 committed by VersionBot
parent ab1d8aa6ba
commit fba154a599
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: (v14) Migrate tabular commands to new output framework
hash: ab1d8aa6ba97650ce94619cfb4c012f0cd2d7e18
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 13.1.14
title: "'Migrate tabular commands to new output framework'"
date: 2022-03-25T17:17:58.245Z
- commits: - commits:
- subject: Drop unused awaitDevice utility function - subject: Drop unused awaitDevice utility function
hash: eccadbdcb9b5340d0e9d42fd9b9063255cad9fb0 hash: eccadbdcb9b5340d0e9d42fd9b9063255cad9fb0

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/).
## 13.1.14 - 2022-03-25
* (v14) Migrate tabular commands to new output framework [Scott Lowe]
## 13.1.13 - 2022-02-10 ## 13.1.13 - 2022-02-10
* Drop unused awaitDevice utility function [Lucian Buzzo] * Drop unused awaitDevice utility function [Lucian Buzzo]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "13.1.13", "version": "13.1.14",
"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",
@ -287,6 +287,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-02-10T11:50:34.458Z" "publishedAt": "2022-03-25T17:17:59.083Z"
} }
} }