diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd9ef05d..d1a6b1f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.11.1](https://github.com/streamich/memfs/compare/v4.11.0...v4.11.1) (2024-08-01) + + +### Bug Fixes + +* 🐛 declare ReadableStream global type ([#1048](https://github.com/streamich/memfs/issues/1048)) ([57fba2c](https://github.com/streamich/memfs/commit/57fba2c825b21e14645cdeeec6576fe44331ce7c)) + # [4.11.0](https://github.com/streamich/memfs/compare/v4.10.0...v4.11.0) (2024-07-27) diff --git a/package.json b/package.json index 6c6c37403..310b64cbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.11.0", + "version": "4.11.1", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",