From d3018f9061cd767598d7bdb5f0c26ea7c2c61694 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Fri, 11 Nov 2022 11:24:21 +0000 Subject: [PATCH] v14.5.10 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index deac05ca..6f272b67 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Fix surfacing incompatible device type errors as not recognized + hash: ca9767835852da53758f8e9713db85357f22ba8b + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 14.5.10 + title: "" + date: 2022-11-11T11:24:19.344Z - commits: - subject: Prevent git from existing with 141 hash: 52e95e6d0a96cfb07c111b927f3f8b0607063b99 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7402dd..57cb88b0 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/). +## 14.5.10 - 2022-11-11 + +* Fix surfacing incompatible device type errors as not recognized [Thodoris Greasidis] + ## 14.5.9 - 2022-11-11 * Prevent git from existing with 141 [ab77] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 67a750da..5fc78341 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.9", + "version": "14.5.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 023e0052..830e7195 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.9", + "version": "14.5.10", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -284,6 +284,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2022-11-11T00:49:24.850Z" + "publishedAt": "2022-11-11T11:24:20.214Z" } }