Skip to content

Commit 4f0cbff

Browse files
chore(release): 4.38.0 [skip ci]
# [4.38.0](v4.37.1...v4.38.0) (2025-08-24) ### Bug Fixes * handle chmod 0 permissions in existsSync and access methods ([3452bcf](3452bcf)) ### Features * revert exists implementation ([bf209cd](bf209cd))
1 parent fa46f62 commit 4f0cbff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.38.0](https://github.com/streamich/memfs/compare/v4.37.1...v4.38.0) (2025-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* handle chmod 0 permissions in existsSync and access methods ([3452bcf](https://github.com/streamich/memfs/commit/3452bcf24cd44f476687b693a1a1b6685d7353c9))
7+
8+
9+
### Features
10+
11+
* revert exists implementation ([bf209cd](https://github.com/streamich/memfs/commit/bf209cd05ed41787be8afb425077fbcdb93fb3fa))
12+
113
## [4.37.1](https://github.com/streamich/memfs/compare/v4.37.0...v4.37.1) (2025-08-22)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memfs",
3-
"version": "4.37.1",
3+
"version": "4.38.0",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)