This commit is contained in:
balenaCI 2022-11-10 18:31:21 +00:00
parent cf16957195
commit 9c4174ea8a
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 3 deletions

@ -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 <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
nested: []
version: 14.5.4
title: ""
date: 2022-11-10T18:31:18.648Z
- commits:
- subject: Switch to Flowzone
hash: 19144163eeed93a6b68b91715d87e043879a8d51

@ -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]

2
npm-shrinkwrap.json generated

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.5.3",
"version": "14.5.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -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"
}
}