Skip to content

Commit

Permalink
chore(release): 4.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.14.0](v4.13.0...v4.14.0) (2024-10-13)

### Features

* support stream as source in promises version of `writeFile` ([#1069](#1069)) ([11f8a36](11f8a36))
  • Loading branch information
semantic-release-bot committed Oct 13, 2024
1 parent 11f8a36 commit 92be69e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 92be69e

Please sign in to comment.