This commit is contained in:
Balena CI 2022-06-07 17:44:48 +03:00 committed by VersionBot
parent 9235c928f1
commit 59e35d866f
4 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Update QEMU to v7.0.0
hash: 3d88f0144a34fa1b6326fdea8b030794ee83fc49
body: ""
footer:
Change-type: minor
change-type: minor
Signed-off-by: Kyle Harding <kyle@balena.io>
signed-off-by: Kyle Harding <kyle@balena.io>
author: Kyle Harding
nested: []
version: 13.6.0
title: "'Update QEMU to v7.0.0'"
date: 2022-06-06T18:59:16.089Z
- commits: - commits:
- subject: Drop the needsPasswordReset property from the tests - subject: Drop the needsPasswordReset property from the tests
hash: 8235cead07717bb427caaf5b6d55b9aab579c6a7 hash: 8235cead07717bb427caaf5b6d55b9aab579c6a7

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 13.6.0 - 2022-06-06
* Update QEMU to v7.0.0 [Kyle Harding]
## 13.5.3 - 2022-05-31 ## 13.5.3 - 2022-05-31
* Drop the needsPasswordReset property from the tests [Thodoris Greasidis] * Drop the needsPasswordReset property from the tests [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "13.5.3", "version": "13.6.0",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -288,6 +288,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2022-05-31T09:56:17.209Z" "publishedAt": "2022-06-06T18:59:16.760Z"
} }
} }