Skip to content

Commit

Permalink
chore(release): 4.7.7 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 21, 2024
1 parent 3c18dae commit 5dfc9b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.7.7](https://github.com/streamich/memfs/compare/v4.7.6...v4.7.7) (2024-02-21)


### Bug Fixes

* accept file names beginning with a period ([#1005](https://github.com/streamich/memfs/issues/1005)) ([3c18dae](https://github.com/streamich/memfs/commit/3c18daeb7ee78813ae66df484070f51f3a16777e))

## [4.7.6](https://github.com/streamich/memfs/compare/v4.7.5...v4.7.6) (2024-02-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "4.7.6",
"version": "4.7.7",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 5dfc9b9

Please sign in to comment.