Skip to content

Commit

Permalink
chore(release): 4.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.16.0](v4.15.4...v4.16.0) (2025-01-09)

### Features

* support `UInt8Array` in place of `Buffer` ([#1083](#1083)) ([0d3662a](0d3662a))
  • Loading branch information
semantic-release-bot committed Jan 9, 2025
1 parent 0d3662a commit cdb0403
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.16.0](https://github.com/streamich/memfs/compare/v4.15.4...v4.16.0) (2025-01-09)


### Features

* support `UInt8Array` in place of `Buffer` ([#1083](https://github.com/streamich/memfs/issues/1083)) ([0d3662a](https://github.com/streamich/memfs/commit/0d3662a75f09fee7bfc6b73f26c34e0e2922bf6f))

## [4.15.4](https://github.com/streamich/memfs/compare/v4.15.3...v4.15.4) (2025-01-09)


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

0 comments on commit cdb0403

Please sign in to comment.