Skip to content

Commit 2d5d369

Browse files
chore(release): 4.29.0 [skip ci]
# [4.29.0](v4.28.1...v4.29.0) (2025-08-01) ### Features * add missing Node.js fs APIs with proper TypeScript types and stubs ([280f317](280f317))
1 parent 48f0481 commit 2d5d369

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.29.0](https://github.com/streamich/memfs/compare/v4.28.1...v4.29.0) (2025-08-01)
2+
3+
4+
### Features
5+
6+
* add missing Node.js fs APIs with proper TypeScript types and stubs ([280f317](https://github.com/streamich/memfs/commit/280f31701a219deed4b131c573e5fbd14cc50912))
7+
18
## [4.28.1](https://github.com/streamich/memfs/compare/v4.28.0...v4.28.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.28.1",
3+
"version": "4.29.0",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)