This commit is contained in:
Balena CI 2022-01-16 21:29:44 +02:00 committed by VersionBot
parent a9691bff57
commit d1c61c62ab
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Update docs and package.json re min Node.js supported version (12.8.0)
hash: f5d09a43cd74ef28533c992827f7c93e728668ef
body: ''
footer:
Resolves: '#2445'
resolves: '#2445'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 13.1.10
date: 2022-01-16T18:58:25.610Z
- commits:
- subject: Update packages in response to `colors` package issues
hash: f633c0468bcd1eed15713492cc38e3881d28f231

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/).
## 13.1.10 - 2022-01-16
* Update docs and package.json re min Node.js supported version (12.8.0) [Paulo Castro]
## 13.1.9 - 2022-01-14
* Update packages in response to `colors` package issues [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.1.9",
"version": "13.1.10",
"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-01-14T00:38:55.651Z"
"publishedAt": "2022-01-16T18:58:25.903Z"
}
}