Skip to content

Commit cf16b76

Browse files
chore(release): 4.14.1 [skip ci]
## [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))
1 parent af163dc commit cf16b76

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.14.1](https://github.com/streamich/memfs/compare/v4.14.0...v4.14.1) (2024-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* accept passing a `FileHandle` to `createReadStream` and `createWriteStream` ([#1077](https://github.com/streamich/memfs/issues/1077)) ([af163dc](https://github.com/streamich/memfs/commit/af163dc4fa198b022c631b02fca10445c37ca82e))
7+
18
# [4.14.0](https://github.com/streamich/memfs/compare/v4.13.0...v4.14.0) (2024-10-13)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memfs",
3-
"version": "4.14.0",
3+
"version": "4.14.1",
44
"description": "In-memory file-system with Node's fs API.",
55
"keywords": [
66
"fs",

0 commit comments

Comments
 (0)