Skip to content

Commit 666ce87

Browse files
v20.2.8
1 parent e011840 commit 666ce87

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.versionbot/CHANGELOG.yml

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Update balena-config-json dependency and fix test
3+
hash: 93039b010db15fbf1c0d17d4ed8f0db554064de4
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
Signed-off-by: Ken Bannister <[email protected]>
9+
signed-off-by: Ken Bannister <[email protected]>
10+
author: Ken Bannister
11+
nested: []
12+
version: 20.2.8
13+
title: ""
14+
date: 2025-02-26T00:22:14.010Z
115
- commits:
216
- subject: Use the CLI version in the X-Balena-Client header
317
hash: bef5221ed891db12a0b760f12fc9654e2f4e241b

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 20.2.8 - 2025-02-26
8+
9+
* Update balena-config-json dependency and fix test [Ken Bannister]
10+
711
## 20.2.7 - 2025-02-25
812

913
* Use the CLI version in the X-Balena-Client header [Thodoris Greasidis]

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-cli",
3-
"version": "20.2.7",
3+
"version": "20.2.8",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -274,6 +274,6 @@
274274
}
275275
},
276276
"versionist": {
277-
"publishedAt": "2025-02-25T20:21:01.544Z"
277+
"publishedAt": "2025-02-26T00:22:14.911Z"
278278
}
279279
}

0 commit comments

Comments
 (0)