Skip to content

Commit 5094071

Browse files
chore(release): 4.50.0 [skip ci]
# [4.50.0](v4.49.0...v4.50.0) (2025-10-28) ### Features * 🎸 improve Node buffer allocation strategy ([d1edb3f](d1edb3f)) * optimize Node buffer management to prevent O(n^2) overhead ([95d6f09](95d6f09))
1 parent 16f452f commit 5094071

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [4.50.0](https://github.com/streamich/memfs/compare/v4.49.0...v4.50.0) (2025-10-28)
2+
3+
4+
### Features
5+
6+
* 🎸 improve Node buffer allocation strategy ([d1edb3f](https://github.com/streamich/memfs/commit/d1edb3fa70f119642fb7fdd603e7e89f752afa11))
7+
* optimize Node buffer management to prevent O(n^2) overhead ([95d6f09](https://github.com/streamich/memfs/commit/95d6f091fef065abb60b5515754b2c8081117e4f))
8+
19
# [4.49.0](https://github.com/streamich/memfs/compare/v4.48.1...v4.49.0) (2025-10-06)
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.49.0",
3+
"version": "4.50.0",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)