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",