Skip to content

Commit

Permalink
chore(release): 4.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.14.1](v4.14.0...v4.14.1) (2024-12-02)

### Bug Fixes

* accept passing a `FileHandle` to `createReadStream` and `createWriteStream` ([#1077](#1077)) ([af163dc](af163dc))
  • Loading branch information
semantic-release-bot committed Dec 2, 2024
1 parent af163dc commit cf16b76
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.1](https://github.com/streamich/memfs/compare/v4.14.0...v4.14.1) (2024-12-02)


### Bug Fixes

* accept passing a `FileHandle` to `createReadStream` and `createWriteStream` ([#1077](https://github.com/streamich/memfs/issues/1077)) ([af163dc](https://github.com/streamich/memfs/commit/af163dc4fa198b022c631b02fca10445c37ca82e))

# [4.14.0](https://github.com/streamich/memfs/compare/v4.13.0...v4.14.0) (2024-10-13)


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

0 comments on commit cf16b76

Please sign in to comment.