From cf16b76cb5135e79ff25f8d392e6956024f6d2fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Dec 2024 01:34:09 +0000 Subject: [PATCH] chore(release): 4.14.1 [skip ci] ## [4.14.1](https://github.com/streamich/memfs/compare/v4.14.0...v4.14.1) (2024-12-02) ### Bug Fixes * accept passing a `FileHandle` to `createReadStream` and `createWriteStream` ([#1077](https://github.com/streamich/memfs/issues/1077)) ([af163dc](https://github.com/streamich/memfs/commit/af163dc4fa198b022c631b02fca10445c37ca82e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee9c24e..b8af5772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.14.1](https://github.com/streamich/memfs/compare/v4.14.0...v4.14.1) (2024-12-02) + + +### Bug Fixes + +* accept passing a `FileHandle` to `createReadStream` and `createWriteStream` ([#1077](https://github.com/streamich/memfs/issues/1077)) ([af163dc](https://github.com/streamich/memfs/commit/af163dc4fa198b022c631b02fca10445c37ca82e)) + # [4.14.0](https://github.com/streamich/memfs/compare/v4.13.0...v4.14.0) (2024-10-13) diff --git a/package.json b/package.json index ec600114..799a1521 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.14.0", + "version": "4.14.1", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",