v12.48.13

This commit is contained in:
Balena CI 2021-09-17 17:01:55 +03:00 committed by VersionBot
parent 1afb29b923
commit 88fc3f7714
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'config inject: Remove requirement of being logged in'
hash: 09a4e8db2d840f0b207afee7c5d99a47f967093d
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.48.13
date: 2021-09-17T13:02:03.385Z
- commits:
- subject: 'build/deploy: Update QEMU to 6.0.0 for emulated builds'
hash: b701151769a1bf8bd4a161419d84ddf173c1893a

View File

@ -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.13 - 2021-09-17
* config inject: Remove requirement of being logged in [Paulo Castro]
## 12.48.12 - 2021-09-10
* build/deploy: Update QEMU to 6.0.0 for emulated builds [Kyle Harding]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.48.12",
"version": "12.48.13",
"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-10T23:24:49.027Z"
"publishedAt": "2021-09-17T13:02:03.633Z"
}
}