From e0d79b5a19a02479bac4534799812bd0376c8025 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 21:27:06 +0000 Subject: [PATCH] chore(release): 4.7.4 [skip ci] ## [4.7.4](https://github.com/streamich/memfs/compare/v4.7.3...v4.7.4) (2024-02-17) ### Bug Fixes * inline `hyperdyperid` ([#1000](https://github.com/streamich/memfs/issues/1000)) ([f26c244](https://github.com/streamich/memfs/commit/f26c2447e2d62e4a309e3fb52d39e1c5973db9c2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ec15520..f1686b68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.7.4](https://github.com/streamich/memfs/compare/v4.7.3...v4.7.4) (2024-02-17) + + +### Bug Fixes + +* inline `hyperdyperid` ([#1000](https://github.com/streamich/memfs/issues/1000)) ([f26c244](https://github.com/streamich/memfs/commit/f26c2447e2d62e4a309e3fb52d39e1c5973db9c2)) + ## [4.7.3](https://github.com/streamich/memfs/compare/v4.7.2...v4.7.3) (2024-02-17) diff --git a/package.json b/package.json index f9c5a8870..14a0900cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.7.3", + "version": "4.7.4", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",