From 9c4174ea8a7fde341a6a3fe1346f39296e7f0cf1 Mon Sep 17 00:00:00 2001 From: balenaCI Date: Thu, 10 Nov 2022 18:31:21 +0000 Subject: [PATCH] v14.5.4 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4d7b7e95..ac668547 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Error when the device type and image parameters do not match + hash: 4de369ff956a4da2a34ddb8f54cf3fcef10a9ec2 + body: "" + footer: + Resolves: "#2537" + resolves: "#2537" + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: [] + version: 14.5.4 + title: "" + date: 2022-11-10T18:31:18.648Z - commits: - subject: Switch to Flowzone hash: 19144163eeed93a6b68b91715d87e043879a8d51 diff --git a/CHANGELOG.md b/CHANGELOG.md index 138909db..dd3159c2 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.4 - 2022-11-10 + +* Error when the device type and image parameters do not match [Thodoris Greasidis] + ## 14.5.3 - 2022-11-10 * Switch to Flowzone [ab77] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 30635eed..6517e014 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.3", + "version": "14.5.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02a11bef..7cb80633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "14.5.3", + "version": "14.5.4", "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-10T17:20:18.766Z" + "publishedAt": "2022-11-10T18:31:19.865Z" } }