Skip to content

Commit

Permalink
chore(release): 4.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.4.0](v4.3.0...v4.4.0) (2023-09-22)

### Features

* **volume:** `toJSON` now accepts the `asBuffer` parameter ([#952](#952)) ([91a3742](91a3742))
* **volume:** implement readv and writev ([#946](#946)) ([966e17e](966e17e))
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent 91a3742 commit d1d66f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [4.4.0](https://github.com/streamich/memfs/compare/v4.3.0...v4.4.0) (2023-09-22)


### Features

* **volume:** `toJSON` now accepts the `asBuffer` parameter ([#952](https://github.com/streamich/memfs/issues/952)) ([91a3742](https://github.com/streamich/memfs/commit/91a3742276f00bfb2dda245c364780682c0b1784))
* **volume:** implement readv and writev ([#946](https://github.com/streamich/memfs/issues/946)) ([966e17e](https://github.com/streamich/memfs/commit/966e17ef5a00c041be88d9b2fd60cfdd83dffac7))

# [4.3.0](https://github.com/streamich/memfs/compare/v4.2.3...v4.3.0) (2023-09-15)


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

0 comments on commit d1d66f6

Please sign in to comment.