Skip to content

Commit be69cd1

Browse files
chore(release): 4.36.2 [skip ci]
## [4.36.2](v4.36.1...v4.36.2) (2025-08-18) ### Bug Fixes * 🐛 check for buffer size when stream reading ([1402df8](1402df8))
1 parent c896bbd commit be69cd1

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.36.2](https://github.com/streamich/memfs/compare/v4.36.1...v4.36.2) (2025-08-18)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 check for buffer size when stream reading ([1402df8](https://github.com/streamich/memfs/commit/1402df871536ff9b6932c025c2ea33f07cef9f8f))
7+
18
## [4.36.1](https://github.com/streamich/memfs/compare/v4.36.0...v4.36.1) (2025-08-18)
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.36.1",
3+
"version": "4.36.2",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)