We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8905eb commit d4588bdCopy full SHA for d4588bd
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.8.1](https://github.com/streamich/memfs/compare/v4.8.0...v4.8.1) (2024-03-31)
2
+
3
4
+### Bug Fixes
5
6
+* fix handle paths in FSA entries iterator ([#1019](https://github.com/streamich/memfs/issues/1019)) ([b8905eb](https://github.com/streamich/memfs/commit/b8905eb0661d926f45e9a6012658210794e86d31))
7
8
# [4.8.0](https://github.com/streamich/memfs/compare/v4.7.7...v4.8.0) (2024-03-19)
9
10
package.json
@@ -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",
0 commit comments