diff --git a/CHANGELOG.md b/CHANGELOG.md index e383cf55..9fa03b6b 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 8d61f801..d282d32c 100644 --- a/package.json +++ b/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",