Skip to content

Commit

Permalink
chore(release): 4.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.8.1](v4.8.0...v4.8.1) (2024-03-31)

### Bug Fixes

* fix handle paths in FSA entries iterator ([#1019](#1019)) ([b8905eb](b8905eb))
  • Loading branch information
semantic-release-bot committed Mar 31, 2024
1 parent b8905eb commit d4588bd
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.1](https://github.com/streamich/memfs/compare/v4.8.0...v4.8.1) (2024-03-31)


### Bug Fixes

* fix handle paths in FSA entries iterator ([#1019](https://github.com/streamich/memfs/issues/1019)) ([b8905eb](https://github.com/streamich/memfs/commit/b8905eb0661d926f45e9a6012658210794e86d31))

# [4.8.0](https://github.com/streamich/memfs/compare/v4.7.7...v4.8.0) (2024-03-19)


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.0",
"version": "4.8.1",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit d4588bd

Please sign in to comment.