Skip to content

Commit

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

### Bug Fixes

* ensure files in subdirectories are returned as buffers when calling `toJSON` with `asBuffer` ([#1041](#1041)) ([c3d4cf3](c3d4cf3))
  • Loading branch information
semantic-release-bot committed Jul 23, 2024
1 parent c3d4cf3 commit 3872068
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.9.4](https://github.com/streamich/memfs/compare/v4.9.3...v4.9.4) (2024-07-23)


### Bug Fixes

* ensure files in subdirectories are returned as buffers when calling `toJSON` with `asBuffer` ([#1041](https://github.com/streamich/memfs/issues/1041)) ([c3d4cf3](https://github.com/streamich/memfs/commit/c3d4cf36e438f7fef2dab4639c08449ceada28a3))

## [4.9.3](https://github.com/streamich/memfs/compare/v4.9.2...v4.9.3) (2024-06-14)


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

0 comments on commit 3872068

Please sign in to comment.