From 6b75f10a6f926ba0b9b8e3c8a15e8a5d80f5dc2f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Jun 2024 23:21:20 +0000 Subject: [PATCH] chore(release): 4.9.3 [skip ci] ## [4.9.3](https://github.com/streamich/memfs/compare/v4.9.2...v4.9.3) (2024-06-14) ### Bug Fixes * replace `sonic-forest` with `tree-dump` ([#1038](https://github.com/streamich/memfs/issues/1038)) ([f989dcd](https://github.com/streamich/memfs/commit/f989dcd2e6457698b85491997ea073ae07c04724)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ac20d32..8ca879a71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.9.3](https://github.com/streamich/memfs/compare/v4.9.2...v4.9.3) (2024-06-14) + + +### Bug Fixes + +* replace `sonic-forest` with `tree-dump` ([#1038](https://github.com/streamich/memfs/issues/1038)) ([f989dcd](https://github.com/streamich/memfs/commit/f989dcd2e6457698b85491997ea073ae07c04724)) + ## [4.9.2](https://github.com/streamich/memfs/compare/v4.9.1...v4.9.2) (2024-04-30) diff --git a/package.json b/package.json index 142c18d9a..910e6a98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.9.2", + "version": "4.9.3", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",