From 59768d35132d70e2911290b308c363ec14197c91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Dec 2024 18:17:37 +0000 Subject: [PATCH] chore(release): 4.15.2 [skip ci] ## [4.15.2](https://github.com/streamich/memfs/compare/v4.15.1...v4.15.2) (2024-12-30) ### Bug Fixes * don't fail on closing fd after reset has been called ([#550](https://github.com/streamich/memfs/issues/550)) ([#1081](https://github.com/streamich/memfs/issues/1081)) ([ede0f4f](https://github.com/streamich/memfs/commit/ede0f4ff774f8ceb0f5c0ba2650a7ce0bd39c118)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cf3a41..b3691cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.15.2](https://github.com/streamich/memfs/compare/v4.15.1...v4.15.2) (2024-12-30) + + +### Bug Fixes + +* don't fail on closing fd after reset has been called ([#550](https://github.com/streamich/memfs/issues/550)) ([#1081](https://github.com/streamich/memfs/issues/1081)) ([ede0f4f](https://github.com/streamich/memfs/commit/ede0f4ff774f8ceb0f5c0ba2650a7ce0bd39c118)) + ## [4.15.1](https://github.com/streamich/memfs/compare/v4.15.0...v4.15.1) (2024-12-22) diff --git a/package.json b/package.json index c80fc43c..a6c23a22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.15.1", + "version": "4.15.2", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",