From f38987432b71e22e0f0dbac3af57f728b00c70d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 22 Dec 2024 01:50:56 +0000 Subject: [PATCH] chore(release): 4.15.1 [skip ci] ## [4.15.1](https://github.com/streamich/memfs/compare/v4.15.0...v4.15.1) (2024-12-22) ### Bug Fixes * resolve relative symlinks to the current directory ([#1079](https://github.com/streamich/memfs/issues/1079)) ([63e3873](https://github.com/streamich/memfs/commit/63e38735fe08b728da02b9328d16be4d132b9327)), closes [#725](https://github.com/streamich/memfs/issues/725) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1784dd78..b4cf3a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.15.1](https://github.com/streamich/memfs/compare/v4.15.0...v4.15.1) (2024-12-22) + + +### Bug Fixes + +* resolve relative symlinks to the current directory ([#1079](https://github.com/streamich/memfs/issues/1079)) ([63e3873](https://github.com/streamich/memfs/commit/63e38735fe08b728da02b9328d16be4d132b9327)), closes [#725](https://github.com/streamich/memfs/issues/725) + # [4.15.0](https://github.com/streamich/memfs/compare/v4.14.1...v4.15.0) (2024-12-09) diff --git a/package.json b/package.json index 148e1c70..c80fc43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.15.0", + "version": "4.15.1", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",