diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 54415d5d..6baa4f7c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,32 @@ +- commits: + - subject: Update CONTRIBUTING.md re balena-dev workflow + hash: 89782218666af4db1297b8672560913d3de8fd8c + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Add bin/balena* scripts to linter paths + hash: 2974c203b5f4a1339e0feea8bf127cecbe9f13c3 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: Workaround balena-dev/oclif compatibility issues + hash: c85acbd90bbb5de3dae13638555365b7a1cb472c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + nested: [] + version: 12.23.4 + date: 2020-10-05T21:13:25.405Z - commits: - subject: Rename actions-oclif/ to commands/ hash: eddbdfe0dcea8df801d11d398e72f34c8354f7e1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9405bbc6..bec50bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.23.4 - 2020-10-05 + +* Update CONTRIBUTING.md re balena-dev workflow [Paulo Castro] +* Add bin/balena* scripts to linter paths [Paulo Castro] +* Workaround balena-dev/oclif compatibility issues [Scott Lowe] + ## 12.23.3 - 2020-10-02 * Rename actions-oclif/ to commands/ [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7992fa31..74ef6a7b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.23.3", + "version": "12.23.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 966f2ddc..ead2e12e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.23.3", + "version": "12.23.4", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",