From 92be69e01357878a45747b3504c5bfbf6decda3e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 13 Oct 2024 18:23:12 +0000 Subject: [PATCH] chore(release): 4.14.0 [skip ci] # [4.14.0](https://github.com/streamich/memfs/compare/v4.13.0...v4.14.0) (2024-10-13) ### Features * support stream as source in promises version of `writeFile` ([#1069](https://github.com/streamich/memfs/issues/1069)) ([11f8a36](https://github.com/streamich/memfs/commit/11f8a36d3a8daefe16ac8e7912743a60c47158a6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 043d87a9..7ee9c24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.14.0](https://github.com/streamich/memfs/compare/v4.13.0...v4.14.0) (2024-10-13) + + +### Features + +* support stream as source in promises version of `writeFile` ([#1069](https://github.com/streamich/memfs/issues/1069)) ([11f8a36](https://github.com/streamich/memfs/commit/11f8a36d3a8daefe16ac8e7912743a60c47158a6)) + # [4.13.0](https://github.com/streamich/memfs/compare/v4.12.0...v4.13.0) (2024-10-07) diff --git a/package.json b/package.json index f553d22d..ec600114 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.13.0", + "version": "4.14.0", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",