Skip to content

Commit

Permalink
chore(release): 4.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.15.0](streamich/memfs@v4.14.1...v4.15.0) (2024-12-09)

### Features

* implement `createReadStream` and `createWriteStream` on `FileHandle` ([streamich#1076](streamich#1076)) ([c413df5](streamich@c413df5)), closes [streamich#1063](streamich#1063)
  • Loading branch information
semantic-release-bot committed Dec 9, 2024
1 parent c413df5 commit 1a73187
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.15.0](https://github.com/streamich/memfs/compare/v4.14.1...v4.15.0) (2024-12-09)


### Features

* implement `createReadStream` and `createWriteStream` on `FileHandle` ([#1076](https://github.com/streamich/memfs/issues/1076)) ([c413df5](https://github.com/streamich/memfs/commit/c413df5e3e151e446a944a8fba5cc02db46937a0)), closes [#1063](https://github.com/streamich/memfs/issues/1063)

## [4.14.1](https://github.com/streamich/memfs/compare/v4.14.0...v4.14.1) (2024-12-02)


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.14.1",
"version": "4.15.0",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 1a73187

Please sign in to comment.