From bb6b4b255a8aa0cef4c8e6755c9e0ac1a5ece912 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 24 Jun 2021 19:55:41 +0300 Subject: [PATCH] v12.44.22 --- .versionbot/CHANGELOG.yml | 25 +++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 15880dc2..88059119 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Kyle Harding + 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 + signed-off-by: Kyle Harding + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6638ff98..4c0973ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a6e8fd47..24d97bc1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.21", + "version": "12.44.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 478ee217..e793b304 100644 --- a/package.json +++ b/package.json @@ -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",