Skip to content

Commit

Permalink
chore(release): 3.4.11 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.11](v3.4.10...v3.4.11) (2022-11-13)

### Bug Fixes

* return `/` when calling `realpathSync` with `/` ([#867](#867)) ([8d8e8d1](8d8e8d1)), closes [#863](#863)
  • Loading branch information
semantic-release-bot committed Nov 13, 2022
1 parent 8d8e8d1 commit ce45b54
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 @@
## [3.4.11](https://github.com/streamich/memfs/compare/v3.4.10...v3.4.11) (2022-11-13)


### Bug Fixes

* return `/` when calling `realpathSync` with `/` ([#867](https://github.com/streamich/memfs/issues/867)) ([8d8e8d1](https://github.com/streamich/memfs/commit/8d8e8d150b4aea30f173c12bc9ca36709b44bcf5)), closes [#863](https://github.com/streamich/memfs/issues/863)

## [3.4.10](https://github.com/streamich/memfs/compare/v3.4.9...v3.4.10) (2022-11-03)


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": "3.4.10",
"version": "3.4.11",
"description": "In-memory file-system with Node's fs API.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ce45b54

Please sign in to comment.