Skip to content

Commit

Permalink
chore(release): 4.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.11.2](streamich/memfs@v4.11.1...v4.11.2) (2024-09-17)

### Bug Fixes

* add `parentPath` to `Dirent` ([streamich#1058](streamich#1058)) ([9156c84](streamich@9156c84)), closes [streamich#735](streamich#735) [streamich#735](streamich#735)
  • Loading branch information
semantic-release-bot authored and BadIdeaException committed Oct 2, 2024
1 parent 1b08f3b commit 29d2fa0
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.2](https://github.com/streamich/memfs/compare/v4.11.1...v4.11.2) (2024-09-17)


### Bug Fixes

* add `parentPath` to `Dirent` ([#1058](https://github.com/streamich/memfs/issues/1058)) ([9156c84](https://github.com/streamich/memfs/commit/9156c8466b530ad985b462890c7164dfeeaf472f)), closes [#735](https://github.com/streamich/memfs/issues/735) [#735](https://github.com/streamich/memfs/issues/735)

## [4.11.1](https://github.com/streamich/memfs/compare/v4.11.0...v4.11.1) (2024-08-01)


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

0 comments on commit 29d2fa0

Please sign in to comment.