diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3d91d7d4..41a335d9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Update 'devDependencies' in package.json + hash: cfd790a193b205c7caf1e6c2c066ae9fbbf55788 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'config write: Fix parsing of ''key'' argument with numeric components' + hash: 36f4c1312b65f3b2169357f82eed891cac71c2ef + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.44.24 + date: 2021-07-09T20:37:53.872Z - commits: - subject: Delete CODEOWNERS hash: 2986e6cea3ab245c5546cc3da2c7c22fcf193e60 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8477f3c4..14980917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.44.24 - 2021-07-09 + +* Update 'devDependencies' in package.json [Paulo Castro] +* config write: Fix parsing of 'key' argument with numeric components [Paulo Castro] + ## 12.44.23 - 2021-06-30 * Delete CODEOWNERS [dfunckt] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f75ac1dd..df6fa1cd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.23", + "version": "12.44.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 475d83c8..64044d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.23", + "version": "12.44.24", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,5 +284,8 @@ "optionalDependencies": { "net-keepalive": "^2.0.3", "windosu": "^0.3.0" + }, + "versionist": { + "publishedAt": "2021-07-09T20:37:54.102Z" } }