diff --git a/CHANGELOG.md b/CHANGELOG.md index d91ee12ef..1fd9ef05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.11.0](https://github.com/streamich/memfs/compare/v4.10.0...v4.11.0) (2024-07-27) + + +### Features + +* volume implementation of .opendir() method ([7072fb7](https://github.com/streamich/memfs/commit/7072fb7545b6269c3f04f191a4853ad0f39ed15f)) + # [4.10.0](https://github.com/streamich/memfs/compare/v4.9.4...v4.10.0) (2024-07-27) diff --git a/package.json b/package.json index 2866dacda..6c6c37403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.10.0", + "version": "4.11.0", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",