Skip to content

Commit

Permalink
chore(release): 4.5.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.4](v4.5.3...v4.5.4) (2024-03-19)

### Bug Fixes

* `readdir` and `readdirSync` failing on valid empty directory if another fs fails ([#787](#787)) ([dab090e](dab090e))
  • Loading branch information
semantic-release-bot committed Mar 19, 2024
1 parent dab090e commit 5da3ba9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [4.5.4](https://github.com/streamich/unionfs/compare/v4.5.3...v4.5.4) (2024-03-19)


### Bug Fixes

* `readdir` and `readdirSync` failing on valid empty directory if another fs fails ([#787](https://github.com/streamich/unionfs/issues/787)) ([dab090e](https://github.com/streamich/unionfs/commit/dab090ede6b757b68af0408cea9086e9d511d988))

## [4.5.3](https://github.com/streamich/unionfs/compare/v4.5.2...v4.5.3) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "unionfs",
"version": "4.5.3",
"version": "4.5.4",
"description": "Use multiple `fs` modules in a union.",
"keywords": [
"fs",
Expand Down

0 comments on commit 5da3ba9

Please sign in to comment.