Skip to content

Commit 59768d3

Browse files
chore(release): 4.15.2 [skip ci]
## [4.15.2](v4.15.1...v4.15.2) (2024-12-30) ### Bug Fixes * don't fail on closing fd after reset has been called ([#550](#550)) ([#1081](#1081)) ([ede0f4f](ede0f4f))
1 parent ede0f4f commit 59768d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.15.2](https://github.com/streamich/memfs/compare/v4.15.1...v4.15.2) (2024-12-30)
2+
3+
4+
### Bug Fixes
5+
6+
* don't fail on closing fd after reset has been called ([#550](https://github.com/streamich/memfs/issues/550)) ([#1081](https://github.com/streamich/memfs/issues/1081)) ([ede0f4f](https://github.com/streamich/memfs/commit/ede0f4ff774f8ceb0f5c0ba2650a7ce0bd39c118))
7+
18
## [4.15.1](https://github.com/streamich/memfs/compare/v4.15.0...v4.15.1) (2024-12-22)
29

310

package.json

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

0 commit comments

Comments
 (0)