Skip to content

Commit

Permalink
chore(release): 4.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Apr 14, 2024
1 parent 711c4bd commit 577ee35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.8.2](https://github.com/streamich/memfs/compare/v4.8.1...v4.8.2) (2024-04-14)


### Bug Fixes

* 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))

## [4.8.1](https://github.com/streamich/memfs/compare/v4.8.0...v4.8.1) (2024-03-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "4.8.1",
"version": "4.8.2",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 577ee35

Please sign in to comment.