This commit is contained in:
Balena CI 2021-03-09 19:36:10 +02:00 committed by VersionBot
parent 3649bafbb1
commit 23165806aa
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'macOS GUI installer: Update signing certificate name'
hash: c62445a39995fb41a54636ab559462e2a7c4324b
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.40.4
date: 2021-03-09T16:43:40.230Z
- commits:
- subject: 'build, deploy: Fix error handling when QEMU download fails'
hash: bcea5193a1cffe00a062f35f2121db7dc6e4cbf5

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.40.4 - 2021-03-09
* macOS GUI installer: Update signing certificate name [Paulo Castro]
## 12.40.3 - 2021-03-06
* build, deploy: Fix error handling when QEMU download fails [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.40.3",
"version": "12.40.4",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",