Skip to content

Commit

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

### Features

* **volume:** `fromJSON` now accepts `Buffer` as volume content ([#880](#880)) ([9c0a6ff](9c0a6ff))
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent 9c0a6ff commit 7fc1f7e
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.5.0](https://github.com/streamich/memfs/compare/v4.4.0...v4.5.0) (2023-09-25)


### Features

* **volume:** `fromJSON` now accepts `Buffer` as volume content ([#880](https://github.com/streamich/memfs/issues/880)) ([9c0a6ff](https://github.com/streamich/memfs/commit/9c0a6ffbc2bd1f1ffdfd2c8ec3c75e382713e698))

# [4.4.0](https://github.com/streamich/memfs/compare/v4.3.0...v4.4.0) (2023-09-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.4.0",
"version": "4.5.0",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
Expand Down

0 comments on commit 7fc1f7e

Please sign in to comment.