Skip to content

Commit 6f299ef

Browse files
v4.1.5
1 parent a3a7b5e commit 6f299ef

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.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: Update dependency mocha to v11
3+
hash: 71a263730e22eb96ee8804797edfd45ce96055b5
4+
body: |
5+
Update mocha from 10.8.2 to 11.1.0
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
version: 4.1.5
11+
title: ""
12+
date: 2025-04-02T14:03:44.664Z
113
- commits:
214
- subject: Update @balena/lint to 9.x
315
hash: 2477ef0c98ac92a9a0ba61ee0fe0b424547f21ae

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
# v4.1.5
8+
## (2025-04-02)
9+
10+
* Update dependency mocha to v11 [balena-renovate[bot]]
11+
712
# v4.1.4
813
## (2025-03-25)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-storage-gc",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"main": "build/index.js",
55
"scripts": {
66
"lint": "balena-lint -t tsconfig.dev.json -e ts -e js lib test tools",
@@ -35,6 +35,6 @@
3535
"typescript": "^5.5.3"
3636
},
3737
"versionist": {
38-
"publishedAt": "2025-03-25T17:06:08.151Z"
38+
"publishedAt": "2025-04-02T14:03:44.780Z"
3939
}
4040
}

0 commit comments

Comments
 (0)