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 bccc0b0 commit 24c72f5Copy full SHA for 24c72f5
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.38.2](https://github.com/streamich/memfs/compare/v4.38.1...v4.38.2) (2025-08-26)
2
+
3
4
+### Bug Fixes
5
6
+* correct permission check logic for readonly files in copyFile operations ([a06bb4d](https://github.com/streamich/memfs/commit/a06bb4d13b3ed4bad28921f5e06a7a87f2c089b7))
7
8
## [4.38.1](https://github.com/streamich/memfs/compare/v4.38.0...v4.38.1) (2025-08-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
- "version": "4.38.1",
+ "version": "4.38.2",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
0 commit comments