Skip to content

Commit

Permalink
chore(release): 4.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.11.0](v4.10.0...v4.11.0) (2024-07-27)

### Features

* volume implementation of .opendir() method ([7072fb7](7072fb7))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent 687e557 commit 78c1995
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.11.0](https://github.com/streamich/memfs/compare/v4.10.0...v4.11.0) (2024-07-27)


### Features

* volume implementation of .opendir() method ([7072fb7](https://github.com/streamich/memfs/commit/7072fb7545b6269c3f04f191a4853ad0f39ed15f))

# [4.10.0](https://github.com/streamich/memfs/compare/v4.9.4...v4.10.0) (2024-07-27)


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

0 comments on commit 78c1995

Please sign in to comment.