Skip to content

Commit ec2ea44

Browse files
chore(release): 4.17.2 [skip ci]
## [4.17.2](v4.17.1...v4.17.2) (2025-05-15) ### Performance Improvements * use promises rather than `setImmediate` so that I/O is executed within the current task stack ([#1100](#1100)) ([786072f](786072f))
1 parent 786072f commit ec2ea44

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.17.2](https://github.com/streamich/memfs/compare/v4.17.1...v4.17.2) (2025-05-15)
2+
3+
4+
### Performance Improvements
5+
6+
* use promises rather than `setImmediate` so that I/O is executed within the current task stack ([#1100](https://github.com/streamich/memfs/issues/1100)) ([786072f](https://github.com/streamich/memfs/commit/786072f60e7c5e9fc37c235c23a56380a337d704))
7+
18
## [4.17.1](https://github.com/streamich/memfs/compare/v4.17.0...v4.17.1) (2025-05-03)
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.17.1",
3+
"version": "4.17.2",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)