Skip to content

Commit 82424a9

Browse files
v4.2.5
1 parent 5cb6228 commit 82424a9

3 files changed

Lines changed: 19 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: Update dependency mocha to v11
3+
hash: 3318a93c4cbc8411cad60bb2af15ba30c17aa11a
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.2.5
11+
title: ""
12+
date: 2025-03-25T16:33:29.690Z
113
- commits:
214
- subject: Fix fs.stat for large file sizes
315
hash: e83874d1cbeedb3047cbcb8952878a65c9c972eb

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.2.5
8+
## (2025-03-25)
9+
10+
* Update dependency mocha to v11 [balena-renovate[bot]]
11+
712
# v4.2.4
813
## (2025-02-20)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ext2fs",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"description": "WASM bindings to libext2fs for cross-platform ext filesystem handling",
55
"author": "Balena Ltd. <hello@balena.io>",
66
"license": "Apache-2.0",
@@ -45,6 +45,6 @@
4545
"node": ">=16"
4646
},
4747
"versionist": {
48-
"publishedAt": "2025-02-20T17:53:03.101Z"
48+
"publishedAt": "2025-03-25T16:33:29.807Z"
4949
}
5050
}

0 commit comments

Comments
 (0)