From 7892b06e3334b2fb1fa750d8b49290f7b7ad6af2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 Feb 2024 18:47:51 +0000 Subject: [PATCH] chore(release): 4.8.0-next.1 [skip ci] # [4.8.0-next.1](/~https://github.com/streamich/memfs/compare/v4.7.1...v4.8.0-next.1) (2024-02-17) ### Features * make `json-joy` and `thingies` dependencies optional ([#991](/~https://github.com/streamich/memfs/issues/991)) ([d9f9965](/~https://github.com/streamich/memfs/commit/d9f99655100bdf0b7247b7ef1ac9c562dea8e346)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e138f389..0278dd460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.8.0-next.1](/~https://github.com/streamich/memfs/compare/v4.7.1...v4.8.0-next.1) (2024-02-17) + + +### Features + +* make `json-joy` and `thingies` dependencies optional ([#991](/~https://github.com/streamich/memfs/issues/991)) ([d9f9965](/~https://github.com/streamich/memfs/commit/d9f99655100bdf0b7247b7ef1ac9c562dea8e346)) + ## [4.7.1](/~https://github.com/streamich/memfs/compare/v4.7.0...v4.7.1) (2024-02-16) diff --git a/package.json b/package.json index 50c8c3d59..efde3b2f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memfs", - "version": "4.7.1", + "version": "4.8.0-next.1", "description": "In-memory file-system with Node's fs API.", "keywords": [ "fs",