Skip to content

Commit 10143fe

Browse files
chore(release): 4.46.0 [skip ci]
# [4.46.0](v4.45.0...v4.46.0) (2025-09-24) ### Features * implement inline inspect and format functions to replace node:util imports ([894819e](894819e)) * inline inherits and promisify implementations, remove all node:util dependencies ([4e628bf](4e628bf))
1 parent 4d47ede commit 10143fe

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.46.0](https://github.com/streamich/memfs/compare/v4.45.0...v4.46.0) (2025-09-24)
2+
3+
4+
### Features
5+
6+
* implement inline inspect and format functions to replace node:util imports ([894819e](https://github.com/streamich/memfs/commit/894819ecc0a8f2466580b6d39c2ce580a75e83a1))
7+
* inline inherits and promisify implementations, remove all node:util dependencies ([4e628bf](https://github.com/streamich/memfs/commit/4e628bf2510779473573077ecce1e63e73dbb434))
8+
19
# [4.45.0](https://github.com/streamich/memfs/compare/v4.44.0...v4.45.0) (2025-09-24)
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.45.0",
3+
"version": "4.46.0",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)