mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v13.1.14
This commit is contained in:
parent
ab1d8aa6ba
commit
fba154a599
@ -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:
|
||||
- subject: Drop unused awaitDevice utility function
|
||||
hash: eccadbdcb9b5340d0e9d42fd9b9063255cad9fb0
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.1.13",
|
||||
"version": "13.1.14",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user