From 216172ed4f7cb067fe3fbd8eed0fb984f4756b45 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 23 Jul 2021 17:55:35 +0300 Subject: [PATCH] v12.44.28 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index beae17a8..321d8e2f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'os download: Improve error message for misspelled device type names' + hash: 8338e2e933a95b93c14cf1699741f7b16d2a364b + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.44.28 + date: 2021-07-23T14:13:00.731Z - commits: - subject: >- docs: Add entry to FAQ/Troubleshooting for ETIMEDOUT with 'balena diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6445cc..8d00d3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.44.28 - 2021-07-23 + +* os download: Improve error message for misspelled device type names [Paulo Castro] + ## 12.44.27 - 2021-07-23 * docs: Add entry to FAQ/Troubleshooting for ETIMEDOUT with 'balena tunnel' [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c8694107..f344294d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.27", + "version": "12.44.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4cdcc60f..6ffdbf3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.27", + "version": "12.44.28", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2021-07-23T11:00:43.967Z" + "publishedAt": "2021-07-23T14:13:00.950Z" } }