Skip to content

Commit

Permalink
chore(release): 4.1.0-next.4 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0-next.4](v4.1.0-next.3...v4.1.0-next.4) (2023-06-25)

### Features

* 🎸 add .toTree() to Volume ([2d5c4cb](2d5c4cb))
* 🎸 add sumlink printing support ([1850dae](1850dae))
* 🎸 implement toTreeSync() method ([09c9770](09c9770))
  • Loading branch information
semantic-release-bot committed Jun 25, 2023
1 parent 558c001 commit 5c3054e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [4.1.0-next.4](https://github.com/streamich/memfs/compare/v4.1.0-next.3...v4.1.0-next.4) (2023-06-25)


### Features

* 🎸 add .toTree() to Volume ([2d5c4cb](https://github.com/streamich/memfs/commit/2d5c4cb8097f7b09b223d980efe9e14a2576ed6f))
* 🎸 add sumlink printing support ([1850dae](https://github.com/streamich/memfs/commit/1850daecd22a945d2d374b04d118da836ccb2a12))
* 🎸 implement toTreeSync() method ([09c9770](https://github.com/streamich/memfs/commit/09c977045f837efd49e1a61c537f06680e7a8e34))

# [4.1.0-next.3](https://github.com/streamich/memfs/compare/v4.1.0-next.2...v4.1.0-next.3) (2023-06-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.1.0-next.3",
"version": "4.1.0-next.4",
"description": "In-memory file-system with Node's fs API.",
"author": {
"name": "streamich",
Expand Down

0 comments on commit 5c3054e

Please sign in to comment.