Skip to content

Commit

Permalink
chore(release): 4.15.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Dec 30, 2024
1 parent ede0f4f commit 59768d3
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.2](https://github.com/streamich/memfs/compare/v4.15.1...v4.15.2) (2024-12-30)


### Bug Fixes

* 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))

## [4.15.1](https://github.com/streamich/memfs/compare/v4.15.0...v4.15.1) (2024-12-22)


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

0 comments on commit 59768d3

Please sign in to comment.