Skip to content

Commit

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

### Bug Fixes

* `mkdir` return value ([#882](#882)) ([125ad2e](125ad2e))
  • Loading branch information
semantic-release-bot committed Nov 19, 2022
1 parent 125ad2e commit 1706074
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.12](https://github.com/streamich/memfs/compare/v3.4.11...v3.4.12) (2022-11-19)


### Bug Fixes

* `mkdir` return value ([#882](https://github.com/streamich/memfs/issues/882)) ([125ad2e](https://github.com/streamich/memfs/commit/125ad2e2bf268963fb0b8f287965bb7e2a2b230d))

## [3.4.11](https://github.com/streamich/memfs/compare/v3.4.10...v3.4.11) (2022-11-13)


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.11",
"version": "3.4.12",
"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 1706074

Please sign in to comment.