Skip to content

Commit 1ebf194

Browse files
chore(release): 3.4.2 [skip ci]
## [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))
1 parent d1823e1 commit 1ebf194

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+
## [3.4.2](https://github.com/streamich/memfs/compare/v3.4.1...v3.4.2) (2022-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* set `closed` property correct on Node 18 ([#836](https://github.com/streamich/memfs/issues/836)) ([d1823e1](https://github.com/streamich/memfs/commit/d1823e1cf986cc0d3982311b13fbdfd4de16f8fd))
7+
18
## [3.4.1](https://github.com/streamich/memfs/compare/v3.4.0...v3.4.1) (2021-12-30)
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": "3.4.1",
3+
"version": "3.4.2",
44
"description": "In-memory file-system with Node's fs API.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)