From cc61d19a27a0fd7a3b856656fe75fbd9025f5ef5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 7 Jan 2023 23:33:40 +0000 Subject: [PATCH] chore(release): 3.4.13 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d392b05..d52a999ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 658b60945..96b8860eb 100644 --- a/package.json +++ b/package.json @@ -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",