Skip to content

Commit

Permalink
chore(release): 4.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.2](v4.2.1...v4.2.2) (2023-09-15)

### Bug Fixes

* support directories named `__proto__` ([#945](#945)) ([8d92a0b](8d92a0b)), closes [#938](#938)
  • Loading branch information
semantic-release-bot committed Sep 15, 2023
1 parent 8d92a0b commit b813101
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.2.2](https://github.com/streamich/memfs/compare/v4.2.1...v4.2.2) (2023-09-15)


### Bug Fixes

* support directories named `__proto__` ([#945](https://github.com/streamich/memfs/issues/945)) ([8d92a0b](https://github.com/streamich/memfs/commit/8d92a0b0501eab18622febb7c4e551026b515c3b)), closes [#938](https://github.com/streamich/memfs/issues/938)

## [4.2.1](https://github.com/streamich/memfs/compare/v4.2.0...v4.2.1) (2023-08-07)


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.2.1",
"version": "4.2.2",
"description": "In-memory file-system with Node's fs API.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit b813101

Please sign in to comment.