From 78c199519128178f3661daeb241140185835bb20 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jul 2024 11:00:47 +0000 Subject: [PATCH] chore(release): 4.11.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",