From eb59834bfb29a7b61fb361ae2ecc90d3d19b908b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Jun 2023 06:47:35 +0000 Subject: [PATCH] chore(release): 5.2.3 [skip ci] ## [interface-blockstore-v5.2.3](https://github.com/ipfs/js-stores/compare/interface-blockstore-v5.2.2...interface-blockstore-v5.2.3) (2023-06-07) ### Bug Fixes * restore empty object default ([#228](https://github.com/ipfs/js-stores/issues/228)) ([f82d02c](https://github.com/ipfs/js-stores/commit/f82d02cc8742b595939b58e2eae0a86bb1cec6b1)) --- packages/interface-blockstore/CHANGELOG.md | 7 +++++++ packages/interface-blockstore/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/interface-blockstore/CHANGELOG.md b/packages/interface-blockstore/CHANGELOG.md index 3d900d73..b8a0c5ed 100644 --- a/packages/interface-blockstore/CHANGELOG.md +++ b/packages/interface-blockstore/CHANGELOG.md @@ -1,3 +1,10 @@ +## [interface-blockstore-v5.2.3](https://github.com/ipfs/js-stores/compare/interface-blockstore-v5.2.2...interface-blockstore-v5.2.3) (2023-06-07) + + +### Bug Fixes + +* restore empty object default ([#228](https://github.com/ipfs/js-stores/issues/228)) ([f82d02c](https://github.com/ipfs/js-stores/commit/f82d02cc8742b595939b58e2eae0a86bb1cec6b1)) + ## [interface-blockstore-v5.2.2](https://github.com/ipfs/js-stores/compare/interface-blockstore-v5.2.1...interface-blockstore-v5.2.2) (2023-06-03) diff --git a/packages/interface-blockstore/package.json b/packages/interface-blockstore/package.json index ba1892eb..9345a0da 100644 --- a/packages/interface-blockstore/package.json +++ b/packages/interface-blockstore/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore", - "version": "5.2.2", + "version": "5.2.3", "description": "An interface for storing and retrieving blocks", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/master/packages/interface-blockstore#readme",