Skip to content

Commit

Permalink
chore(release): 4.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.10.0](v4.9.4...v4.10.0) (2024-07-27)

### Features

* 🎸 add IReadableWebStreamOptions type ([99ebd64](99ebd64))
* 🎸 implement FileHandle.readableWebStream() ([c3ddc6c](c3ddc6c))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent fd4a820 commit c9d7497
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [4.10.0](https://github.com/streamich/memfs/compare/v4.9.4...v4.10.0) (2024-07-27)


### Features

* 🎸 add IReadableWebStreamOptions type ([99ebd64](https://github.com/streamich/memfs/commit/99ebd6491e4886dc9947d5b3c867241b7158357a))
* 🎸 implement FileHandle.readableWebStream() ([c3ddc6c](https://github.com/streamich/memfs/commit/c3ddc6c21ea112056ee84e3c131f09f5b2582779))

## [4.9.4](https://github.com/streamich/memfs/compare/v4.9.3...v4.9.4) (2024-07-23)


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

0 comments on commit c9d7497

Please sign in to comment.