Skip to content

Commit

Permalink
chore(release): 3.4.13 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.13](v3.4.12...v3.4.13) (2023-01-07)

### Bug Fixes

* set `path` on errors when possible ([#893](#893)) ([fb6e1e6](fb6e1e6))
  • Loading branch information
semantic-release-bot committed Jan 7, 2023
1 parent fb6e1e6 commit cc61d19
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.13](https://github.com/streamich/memfs/compare/v3.4.12...v3.4.13) (2023-01-07)


### Bug Fixes

* set `path` on errors when possible ([#893](https://github.com/streamich/memfs/issues/893)) ([fb6e1e6](https://github.com/streamich/memfs/commit/fb6e1e65ef26a9a363499ff473af1e37e309d157))

## [3.4.12](https://github.com/streamich/memfs/compare/v3.4.11...v3.4.12) (2022-11-19)


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.12",
"version": "3.4.13",
"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 cc61d19

Please sign in to comment.