diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a0f45d4e..2a1ccd57 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 13.1.14 + title: "'Migrate tabular commands to new output framework'" + date: 2022-03-25T17:17:58.245Z - commits: - subject: Drop unused awaitDevice utility function hash: eccadbdcb9b5340d0e9d42fd9b9063255cad9fb0 diff --git a/CHANGELOG.md b/CHANGELOG.md index bc1f863d..137b33f6 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/). +## 13.1.14 - 2022-03-25 + +* (v14) Migrate tabular commands to new output framework [Scott Lowe] + ## 13.1.13 - 2022-02-10 * Drop unused awaitDevice utility function [Lucian Buzzo] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 948ee9ed..ef6056e9 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.1.13", + "version": "13.1.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8a411337..8c8ee32b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.1.13", + "version": "13.1.14", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-02-10T11:50:34.458Z" + "publishedAt": "2022-03-25T17:17:59.083Z" } }