Skip to content

Commit

Permalink
chore(release): 3.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.2](v3.4.1...v3.4.2) (2022-05-17)

### Bug Fixes

* set `closed` property correct on Node 18 ([#836](#836)) ([d1823e1](d1823e1))
  • Loading branch information
semantic-release-bot committed May 17, 2022
1 parent d1823e1 commit 1ebf194
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [3.4.2](https://github.com/streamich/memfs/compare/v3.4.1...v3.4.2) (2022-05-17)


### Bug Fixes

* set `closed` property correct on Node 18 ([#836](https://github.com/streamich/memfs/issues/836)) ([d1823e1](https://github.com/streamich/memfs/commit/d1823e1cf986cc0d3982311b13fbdfd4de16f8fd))

## [3.4.1](https://github.com/streamich/memfs/compare/v3.4.0...v3.4.1) (2021-12-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "3.4.1",
"version": "3.4.2",
"description": "In-memory file-system with Node's fs API.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 1ebf194

Please sign in to comment.