diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6072f0ad..259a9397 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'build/deploy: Update QEMU to 6.0.0 for emulated builds' + hash: b701151769a1bf8bd4a161419d84ddf173c1893a + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 12.48.12 + date: 2021-09-10T23:24:48.796Z - commits: - subject: 'build, deploy: Fix processing of ''--tag'' option' hash: 305c9045f0257e83be9b3a9587772dbe7ce0780f diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f6a9e9..a3ecb6cd 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/). +## 12.48.12 - 2021-09-10 + +* build/deploy: Update QEMU to 6.0.0 for emulated builds [Kyle Harding] + ## 12.48.11 - 2021-09-10 * build, deploy: Fix processing of '--tag' option [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bf7fad80..2095b2fd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.11", + "version": "12.48.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85c46b66..45e191ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.48.11", + "version": "12.48.12", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -289,6 +289,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-09-10T22:14:09.474Z" + "publishedAt": "2021-09-10T23:24:49.027Z" } }