Skip to content

Commit cc61d19

Browse files
chore(release): 3.4.13 [skip ci]
## [3.4.13](v3.4.12...v3.4.13) (2023-01-07) ### Bug Fixes * set `path` on errors when possible ([#893](#893)) ([fb6e1e6](fb6e1e6))
1 parent fb6e1e6 commit cc61d19

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.4.13](https://github.com/streamich/memfs/compare/v3.4.12...v3.4.13) (2023-01-07)
2+
3+
4+
### Bug Fixes
5+
6+
* set `path` on errors when possible ([#893](https://github.com/streamich/memfs/issues/893)) ([fb6e1e6](https://github.com/streamich/memfs/commit/fb6e1e65ef26a9a363499ff473af1e37e309d157))
7+
18
## [3.4.12](https://github.com/streamich/memfs/compare/v3.4.11...v3.4.12) (2022-11-19)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memfs",
3-
"version": "3.4.12",
3+
"version": "3.4.13",
44
"description": "In-memory file-system with Node's fs API.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)