This commit is contained in:
Balena CI 2021-11-26 18:39:20 +02:00 committed by VersionBot
parent 389b7a1463
commit 7316c4e075
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Bump 'balena-lint' and fix 'no-floating-promises' warnings
hash: 09d004423cae2bb699aa344e17164ce392e1108b
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.54.4
date: 2021-11-26T16:03:03.934Z
- commits:
- subject: Improve directory scan speed prior to tarballing
hash: 257dd514ed7c0f6988b8a47219991cc4f61b4529

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/).
## 12.54.4 - 2021-11-26
* Bump 'balena-lint' and fix 'no-floating-promises' warnings [Paulo Castro]
## 12.54.3 - 2021-11-26
* Improve directory scan speed prior to tarballing [Lucian Buzzo]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.54.3",
"version": "12.54.4",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -291,6 +291,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-11-26T13:59:56.430Z"
"publishedAt": "2021-11-26T16:03:04.194Z"
}
}