Skip to content

Commit 77b971d

Browse files
chore(release): 4.31.0 [skip ci]
# [4.31.0](v4.30.1...v4.31.0) (2025-08-01) ### Features * improve FileHandle.readableWebStream() with proper locking and autoClose support ([1e27b52](1e27b52))
1 parent 3e6dcd7 commit 77b971d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.31.0](https://github.com/streamich/memfs/compare/v4.30.1...v4.31.0) (2025-08-01)
2+
3+
4+
### Features
5+
6+
* improve FileHandle.readableWebStream() with proper locking and autoClose support ([1e27b52](https://github.com/streamich/memfs/commit/1e27b52b74e02553f1f44c38616e1d0b750e2d65))
7+
18
## [4.30.1](https://github.com/streamich/memfs/compare/v4.30.0...v4.30.1) (2025-08-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memfs",
3-
"version": "4.30.1",
3+
"version": "4.31.0",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)