From 54f3eee5aa128c2ef2cde192037fa694dbd7a73a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Mar 2023 07:48:18 +0000 Subject: [PATCH] chore(release): 4.0.2 [skip ci] ## [interface-blockstore-tests-v4.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v4.0.1...interface-blockstore-tests-v4.0.2) (2023-03-13) ### Bug Fixes * open and close blockstore during interface tests ([#188](https://github.com/ipfs/js-ipfs-interfaces/issues/188)) ([a61a54b](https://github.com/ipfs/js-ipfs-interfaces/commit/a61a54ba53fa06800e91ea933924615fe6df5b01)) --- packages/interface-blockstore-tests/CHANGELOG.md | 7 +++++++ packages/interface-blockstore-tests/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/interface-blockstore-tests/CHANGELOG.md b/packages/interface-blockstore-tests/CHANGELOG.md index f86b469d..4e21ee7a 100644 --- a/packages/interface-blockstore-tests/CHANGELOG.md +++ b/packages/interface-blockstore-tests/CHANGELOG.md @@ -1,3 +1,10 @@ +## [interface-blockstore-tests-v4.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v4.0.1...interface-blockstore-tests-v4.0.2) (2023-03-13) + + +### Bug Fixes + +* open and close blockstore during interface tests ([#188](https://github.com/ipfs/js-ipfs-interfaces/issues/188)) ([a61a54b](https://github.com/ipfs/js-ipfs-interfaces/commit/a61a54ba53fa06800e91ea933924615fe6df5b01)) + ## [interface-blockstore-tests-v4.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v4.0.0...interface-blockstore-tests-v4.0.1) (2023-01-30) diff --git a/packages/interface-blockstore-tests/package.json b/packages/interface-blockstore-tests/package.json index 84b6a9ca..9da31e84 100644 --- a/packages/interface-blockstore-tests/package.json +++ b/packages/interface-blockstore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore-tests", - "version": "4.0.1", + "version": "4.0.2", "description": "Compliance tests for the blockstore interface", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme",