This commit is contained in:
Balena CI 2022-08-03 23:50:58 +04:00 committed by VersionBot
parent cd7dfbaaf4
commit 5c3e70fc86
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: fix support for Node > v12
hash: cd7dfbaaf4e452c70aad6f9b02959539532ffd48
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <joseph@balena.io>
signed-off-by: Joseph Kogut <joseph@balena.io>
author: Joseph Kogut
nested: []
version: 14.0.1
title: "'fix support for Node > v12'"
date: 2022-08-03T19:49:48.292Z
- commits:
- subject: Drop undocumented support for numeric ids in balena device commands
hash: 8a7fbdb55dc669727dc97561b3e7ef1e7f20efb0

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 14.0.1 - 2022-08-03
* fix support for Node > v12 [Joseph Kogut]
## 14.0.0 - 2022-08-01
* Drop undocumented support for numeric ids in balena device commands [Matthew Yarmolinsky]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.0.0",
"version": "14.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.0.0",
"version": "14.0.1",
"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-08-01T22:20:08.524Z"
"publishedAt": "2022-08-03T19:49:48.883Z"
}
}