diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 60afc1e8..350f6d8b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6c9583..61a35095 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.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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9a21ce54..cc8013c6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "13.1.9", + "version": "13.1.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3ad924a9..8145eec5 100644 --- a/package.json +++ b/package.json @@ -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" } }