v12.48.12

This commit is contained in:
Balena CI 2021-09-13 18:28:39 +03:00 committed by VersionBot
parent 3eca65ce0d
commit 6c81440428
4 changed files with 20 additions and 3 deletions

@ -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 <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
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

@ -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]

2
npm-shrinkwrap.json generated

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

@ -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"
}
}