Skip to content

Commit 577ee35

Browse files
chore(release): 4.8.2 [skip ci]
## [4.8.2](v4.8.1...v4.8.2) (2024-04-14) ### Bug Fixes * don't include filename in `path` when calling `readdir` with `withFileTypes: true` ([#1024](#1024)) ([711c4bd](711c4bd))
1 parent 711c4bd commit 577ee35

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.8.2](https://github.com/streamich/memfs/compare/v4.8.1...v4.8.2) (2024-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* don't include filename in `path` when calling `readdir` with `withFileTypes: true` ([#1024](https://github.com/streamich/memfs/issues/1024)) ([711c4bd](https://github.com/streamich/memfs/commit/711c4bd24667c88a45551f1bed7a5069d7170dc2))
7+
18
## [4.8.1](https://github.com/streamich/memfs/compare/v4.8.0...v4.8.1) (2024-03-31)
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.8.1",
3+
"version": "4.8.2",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)