Skip to content

Commit 056c58e

Browse files
chore(release): 4.28.1 [skip ci]
## [4.28.1](v4.28.0...v4.28.1) (2025-08-01) ### Bug Fixes * correct writevSync return type to number per Node.js documentation ([d7720c3](d7720c3)) * make position parameter optional in readvSync, writeSync, and writevSync methods ([3e4ccc6](3e4ccc6))
1 parent 8d943aa commit 056c58e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.28.1](https://github.com/streamich/memfs/compare/v4.28.0...v4.28.1) (2025-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* correct writevSync return type to number per Node.js documentation ([d7720c3](https://github.com/streamich/memfs/commit/d7720c34bf021912167897de0aeae8fcc41a5481))
7+
* make position parameter optional in readvSync, writeSync, and writevSync methods ([3e4ccc6](https://github.com/streamich/memfs/commit/3e4ccc6599cb297d134965eb43723db7e3c81cb7))
8+
19
# [4.28.0](https://github.com/streamich/memfs/compare/v4.27.0...v4.28.0) (2025-07-31)
210

311

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

0 commit comments

Comments
 (0)