Skip to content

Commit b268e2e

Browse files
chore(release): 4.32.0 [skip ci]
# [4.32.0](v4.31.0...v4.32.0) (2025-08-01) ### Bug Fixes * ensure glob APIs use consistent posix paths on all platforms ([a0cff3e](a0cff3e)) * resolve merge conflicts and update missing-apis tests ([247302f](247302f)) ### Features * implement in-memory Node.js fs glob APIs ([1b57205](1b57205))
1 parent ea3e999 commit b268e2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.32.0](https://github.com/streamich/memfs/compare/v4.31.0...v4.32.0) (2025-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure glob APIs use consistent posix paths on all platforms ([a0cff3e](https://github.com/streamich/memfs/commit/a0cff3e8fd267fa77e4f1e6e603118654132e537))
7+
* resolve merge conflicts and update missing-apis tests ([247302f](https://github.com/streamich/memfs/commit/247302f2bf7451543d94d147262d2d32324c9585))
8+
9+
10+
### Features
11+
12+
* implement in-memory Node.js fs glob APIs ([1b57205](https://github.com/streamich/memfs/commit/1b5720519844c3f05824a839c227d1df81e418fc))
13+
114
# [4.31.0](https://github.com/streamich/memfs/compare/v4.30.1...v4.31.0) (2025-08-01)
215

316

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.31.0",
3+
"version": "4.32.0",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)