This commit is contained in:
flowzone-app[bot] 2025-02-26 00:22:16 +00:00 committed by GitHub
parent e01184080f
commit 666ce876e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 22 additions and 4 deletions

@ -1,3 +1,17 @@
- commits:
- subject: Update balena-config-json dependency and fix test
hash: 93039b010db15fbf1c0d17d4ed8f0db554064de4
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
signed-off-by: Ken Bannister <kb2ma@runbox.com>
author: Ken Bannister
nested: []
version: 20.2.8
title: ""
date: 2025-02-26T00:22:14.010Z
- commits:
- subject: Use the CLI version in the X-Balena-Client header
hash: bef5221ed891db12a0b760f12fc9654e2f4e241b

@ -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/).
## 20.2.8 - 2025-02-26
* Update balena-config-json dependency and fix test [Ken Bannister]
## 20.2.7 - 2025-02-25
* Use the CLI version in the X-Balena-Client header [Thodoris Greasidis]

4
npm-shrinkwrap.json generated

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "20.2.7",
"version": "20.2.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "20.2.7",
"version": "20.2.8",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "20.2.7",
"version": "20.2.8",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -274,6 +274,6 @@
}
},
"versionist": {
"publishedAt": "2025-02-25T20:21:01.544Z"
"publishedAt": "2025-02-26T00:22:14.911Z"
}
}