Skip to content

Commit a078095

Browse files
v19.14.18
1 parent edb2f72 commit a078095

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Fallback to the base ref if the previous tag cannot be found
3+
hash: dc8866c1a9f6befb2ec33b60ea7b1aa63df8314b
4+
body: |
5+
The previous tag may not exist on new projects, so just list
6+
the new commits compared to the base ref.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
Signed-off-by: Kyle Harding <[email protected]>
11+
signed-off-by: Kyle Harding <[email protected]>
12+
author: Kyle Harding
13+
nested: []
14+
version: 19.14.18
15+
title: ""
16+
date: 2025-05-25T19:51:26.256Z
117
- commits:
218
- subject: Update dependency docker/buildx to v0.24.0
319
hash: 2238bb34887b0525386ef285f04176be1b74af60

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+
## 19.14.18 - 2025-05-25
8+
9+
* Fallback to the base ref if the previous tag cannot be found [Kyle Harding]
10+
711
## 19.14.17 - 2025-05-21
812

913
* Update dependency docker/buildx to v0.24.0 [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
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"yaml": "^2.1.3"
1919
},
20-
"version": "19.14.17",
20+
"version": "19.14.18",
2121
"versionist": {
22-
"publishedAt": "2025-05-21T18:09:39.087Z"
22+
"publishedAt": "2025-05-25T19:51:26.840Z"
2323
}
2424
}

0 commit comments

Comments
 (0)