mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.40.3
This commit is contained in:
parent
1f07cd1b1c
commit
4fe660b3a5
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'build, deploy: Fix error handling when QEMU download fails'
|
||||
hash: bcea5193a1cffe00a062f35f2121db7dc6e4cbf5
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.40.3
|
||||
date: 2021-03-06T16:21:42.621Z
|
||||
- commits:
|
||||
- subject: 'docs: Fix missing markdown docs for device `deactivate` and `local-mode`'
|
||||
hash: b90c9b0d7e59353101213c6be22eaff9a9c0b274
|
||||
|
@ -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.3 - 2021-03-06
|
||||
|
||||
* build, deploy: Fix error handling when QEMU download fails [Paulo Castro]
|
||||
|
||||
## 12.40.2 - 2021-02-23
|
||||
|
||||
* docs: Fix missing markdown docs for device `deactivate` and `local-mode` [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.40.2",
|
||||
"version": "12.40.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.40.2",
|
||||
"version": "12.40.3",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user