Skip to content

Commit

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

### Bug Fixes

* support calling `chmod` on a directory ([#870](#870)) ([7c5999c](7c5999c)), closes [#558](#558)
  • Loading branch information
semantic-release-bot committed Nov 3, 2022
1 parent 7c5999c commit eb692e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [3.4.10](https://github.com/streamich/memfs/compare/v3.4.9...v3.4.10) (2022-11-03)


### Bug Fixes

* support calling `chmod` on a directory ([#870](https://github.com/streamich/memfs/issues/870)) ([7c5999c](https://github.com/streamich/memfs/commit/7c5999c88e58527861557fdfddc4069aedba3eef)), closes [#558](https://github.com/streamich/memfs/issues/558)

## [3.4.9](https://github.com/streamich/memfs/compare/v3.4.8...v3.4.9) (2022-10-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "3.4.9",
"version": "3.4.10",
"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 eb692e4

Please sign in to comment.