Skip to content

Commit fe3feeb

Browse files
chore(release): 4.32.1 [skip ci]
## [4.32.1](v4.32.0...v4.32.1) (2025-08-01) ### Bug Fixes * remove setTimeout to capture immediate file events in watched directories ([6cda8d5](6cda8d5))
1 parent 2d3271a commit fe3feeb

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.32.1](https://github.com/streamich/memfs/compare/v4.32.0...v4.32.1) (2025-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* remove setTimeout to capture immediate file events in watched directories ([6cda8d5](https://github.com/streamich/memfs/commit/6cda8d51d725818ea8b88d94b988124f99e62400))
7+
18
# [4.32.0](https://github.com/streamich/memfs/compare/v4.31.0...v4.32.0) (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.32.0",
3+
"version": "4.32.1",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)