Skip to content

Commit

Permalink
chore(release): 4.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.7.0](v4.6.1...v4.7.0) (2024-02-13)

### Bug Fixes

* ensure consistent file path formatting when reading directories recursively ([#990](#990)) ([36def27](36def27))

### Features

* add support for `recursive` to `readdir` ([#972](#972)) ([919ddfc](919ddfc))
  • Loading branch information
semantic-release-bot committed Feb 13, 2024
1 parent 36def27 commit 8ba73b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.7.0](https://github.com/streamich/memfs/compare/v4.6.1...v4.7.0) (2024-02-13)


### Bug Fixes

* ensure consistent file path formatting when reading directories recursively ([#990](https://github.com/streamich/memfs/issues/990)) ([36def27](https://github.com/streamich/memfs/commit/36def27516d6186427ee5dfc3a9d2c81a482d99c))


### Features

* add support for `recursive` to `readdir` ([#972](https://github.com/streamich/memfs/issues/972)) ([919ddfc](https://github.com/streamich/memfs/commit/919ddfcb857773e1acb1b8e5f2f87de0d1e491a2))

## [4.6.1](https://github.com/streamich/memfs/compare/v4.6.0...v4.6.1) (2024-02-12)


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

0 comments on commit 8ba73b2

Please sign in to comment.