mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.44.22
This commit is contained in:
parent
350c4abb96
commit
bb6b4b255a
@ -1,3 +1,28 @@
|
||||
- commits:
|
||||
- subject: 'preload: Warn that zip files are only accepted for Intel Edison'
|
||||
hash: fec96b41ee59c61f6074aab907de6d05d431ba99
|
||||
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: []
|
||||
- subject: 'preload: Catch sfdisk errors that result in an endless spinner'
|
||||
hash: 1dba5cc7c1119a024c1138c7d8b6f980fcfe0d39
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Changelog-entry: 'preload: Catch sfdisk errors that result in an endless spinner'
|
||||
changelog-entry: 'preload: Catch sfdisk errors that result in an endless spinner'
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 12.44.22
|
||||
date: 2021-06-24T15:07:51.415Z
|
||||
- commits:
|
||||
- subject: 'Update author details in package.json, Windows Programs and Features'
|
||||
hash: 4d588e51a762e25c7fbee34786e9d90d809ecdb5
|
||||
|
@ -4,6 +4,11 @@ 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.44.22 - 2021-06-24
|
||||
|
||||
* preload: Warn that zip files are only accepted for Intel Edison [Kyle Harding]
|
||||
* preload: Catch sfdisk errors that result in an endless spinner [Kyle Harding]
|
||||
|
||||
## 12.44.21 - 2021-06-22
|
||||
|
||||
* Update author details in package.json, Windows Programs and Features [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.21",
|
||||
"version": "12.44.22",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.44.21",
|
||||
"version": "12.44.22",
|
||||
"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