Skip to content

Commit 37e1c07

Browse files
v18.0.4
1 parent efbcb34 commit 37e1c07

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Fix balena-preload pip deps
3+
hash: edd39729cfdc630c95ee4b5c1dffdba3b459224d
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Otavio Jacobi
9+
nested: []
10+
version: 18.0.4
11+
title: ""
12+
date: 2025-05-21T14:25:07.587Z
113
- commits:
214
- subject: Update dependency sh to v1.14.3
315
hash: a1ad075baee7833286d10466683e0ccba6d4a6a1

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+
## 18.0.4 - 2025-05-21
8+
9+
* Fix balena-preload pip deps [Otavio Jacobi]
10+
711
## 18.0.3 - 2025-03-19
812

913
* Update dependency sh to v1.14.3 [balena-renovate[bot]]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-preload",
3-
"version": "18.0.3",
3+
"version": "18.0.4",
44
"description": "Preload balena OS images with a user application container",
55
"license": "Apache-2.0",
66
"author": "Balena Ltd (https://balena.io)",
@@ -56,6 +56,6 @@
5656
"prepare": "tsc"
5757
},
5858
"versionist": {
59-
"publishedAt": "2025-03-19T16:54:45.125Z"
59+
"publishedAt": "2025-05-21T14:25:07.836Z"
6060
}
6161
}

0 commit comments

Comments
 (0)