Skip to content

Commit e648069

Browse files
v2.36.9
1 parent f6c2dc7 commit e648069

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update balena-io/balena-cli to v22.2.4
3+
hash: 16b0ab299a58108d43156a7f9ccd9282a8dc64ae
4+
body: |
5+
Update balena-io/balena-cli from 22.2.3 to 22.2.4
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
nested: []
11+
version: 2.36.9
12+
title: ""
13+
date: 2025-08-09T08:44:18.111Z
114
- commits:
215
- subject: Update balena-io/balena-cli to v22.2.3
316
hash: 025dc07450a2fa37660075b167eeec9c1fd6d367

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
## 2.36.9 - 2025-08-09
8+
9+
* Update balena-io/balena-cli to v22.2.4 [balena-renovate[bot]]
10+
711
## 2.36.8 - 2025-08-08
812

913
* Update balena-io/balena-cli to v22.2.3 [balena-renovate[bot]]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leviathan",
3-
"version": "2.36.8",
3+
"version": "2.36.9",
44
"scripts": {
55
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
66
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
@@ -20,6 +20,6 @@
2020
"homepage": "https://github.com/balena-os/leviathan",
2121
"private": true,
2222
"versionist": {
23-
"publishedAt": "2025-08-08T20:41:25.233Z"
23+
"publishedAt": "2025-08-09T08:44:18.682Z"
2424
}
2525
}

0 commit comments

Comments
 (0)