We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3271a commit fe3feebCopy full SHA for fe3feeb
CHANGELOG.md
@@ -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
8
# [4.32.0](https://github.com/streamich/memfs/compare/v4.31.0...v4.32.0) (2025-08-01)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.32.0",
+ "version": "4.32.1",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
0 commit comments