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 49bebe1 commit dc5cac7Copy full SHA for dc5cac7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.38.1](https://github.com/streamich/memfs/compare/v4.38.0...v4.38.1) (2025-08-24)
2
+
3
4
+### Bug Fixes
5
6
+* 🐛 use glob-to-regex library ([8962374](https://github.com/streamich/memfs/commit/89623740b78cbcf58a5b1b32d67b2e4ecd183469))
7
8
# [4.38.0](https://github.com/streamich/memfs/compare/v4.37.1...v4.38.0) (2025-08-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.38.0",
+ "version": "4.38.1",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
0 commit comments