From a4bc268a962107856270e3acc3e5e32564396c0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Jun 2023 19:34:37 +0000 Subject: [PATCH] chore(release): 3.5.3 [skip ci] ## [3.5.3](https://github.com/streamich/memfs/compare/v3.5.2...v3.5.3) (2023-06-07) ### Bug Fixes * bump fs-monkey minimum version for rm support ([#909](https://github.com/streamich/memfs/issues/909)) ([595a473](https://github.com/streamich/memfs/commit/595a473a9c3d0634ace4e431f984b1a34a559855)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bea33acb..f7123923f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.5.3](https://github.com/streamich/memfs/compare/v3.5.2...v3.5.3) (2023-06-07) + + +### Bug Fixes + +* bump fs-monkey minimum version for rm support ([#909](https://github.com/streamich/memfs/issues/909)) ([595a473](https://github.com/streamich/memfs/commit/595a473a9c3d0634ace4e431f984b1a34a559855)) + ## [3.5.2](https://github.com/streamich/memfs/compare/v3.5.1...v3.5.2) (2023-06-02) diff --git a/package.json b/package.json index 71b8f15db..9170a121e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "3.5.2", + "version": "3.5.3", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",