Skip to content

Commit 5dfc9b9

Browse files
chore(release): 4.7.7 [skip ci]
## [4.7.7](v4.7.6...v4.7.7) (2024-02-21) ### Bug Fixes * accept file names beginning with a period ([#1005](#1005)) ([3c18dae](3c18dae))
1 parent 3c18dae commit 5dfc9b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.7.7](https://github.com/streamich/memfs/compare/v4.7.6...v4.7.7) (2024-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* accept file names beginning with a period ([#1005](https://github.com/streamich/memfs/issues/1005)) ([3c18dae](https://github.com/streamich/memfs/commit/3c18daeb7ee78813ae66df484070f51f3a16777e))
7+
18
## [4.7.6](https://github.com/streamich/memfs/compare/v4.7.5...v4.7.6) (2024-02-17)
29

310

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.7.6",
3+
"version": "4.7.7",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)