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",