From 2207d7a81387bb0c41320bc52cd2c5ed32a44c45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Jan 2023 13:15:33 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [interface-blockstore-tests-v4.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v3.0.3...interface-blockstore-tests-v4.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * bump multiformats from 10.0.3 to 11.0.0 (#182) ### Documentation * remove duplicate readme section ([851a110](https://github.com/ipfs/js-ipfs-interfaces/commit/851a11033140e7ae0996adeaf880d6554d12837c)) ### Dependencies * bump multiformats from 10.0.3 to 11.0.0 ([#182](https://github.com/ipfs/js-ipfs-interfaces/issues/182)) ([2342b17](https://github.com/ipfs/js-ipfs-interfaces/commit/2342b170dd69b1e055c6eda07cdd4e07ed1f9a4c)), closes [#234](https://github.com/ipfs/js-ipfs-interfaces/issues/234) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) [#234](https://github.com/ipfs/js-ipfs-interfaces/issues/234) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) * update sibling dependencies ([bbfb89c](https://github.com/ipfs/js-ipfs-interfaces/commit/bbfb89cbae37e0442df774e4dab63399c1e76d15)) --- .../interface-blockstore-tests/CHANGELOG.md | 17 +++++++++++++++++ .../interface-blockstore-tests/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/packages/interface-blockstore-tests/CHANGELOG.md b/packages/interface-blockstore-tests/CHANGELOG.md index faf70231..132abcfb 100644 --- a/packages/interface-blockstore-tests/CHANGELOG.md +++ b/packages/interface-blockstore-tests/CHANGELOG.md @@ -1,3 +1,20 @@ +## [interface-blockstore-tests-v4.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v3.0.3...interface-blockstore-tests-v4.0.0) (2023-01-06) + + +### ⚠ BREAKING CHANGES + +* bump multiformats from 10.0.3 to 11.0.0 (#182) + +### Documentation + +* remove duplicate readme section ([851a110](https://github.com/ipfs/js-ipfs-interfaces/commit/851a11033140e7ae0996adeaf880d6554d12837c)) + + +### Dependencies + +* bump multiformats from 10.0.3 to 11.0.0 ([#182](https://github.com/ipfs/js-ipfs-interfaces/issues/182)) ([2342b17](https://github.com/ipfs/js-ipfs-interfaces/commit/2342b170dd69b1e055c6eda07cdd4e07ed1f9a4c)), closes [#234](https://github.com/ipfs/js-ipfs-interfaces/issues/234) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) [#234](https://github.com/ipfs/js-ipfs-interfaces/issues/234) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) [#226](https://github.com/ipfs/js-ipfs-interfaces/issues/226) +* update sibling dependencies ([bbfb89c](https://github.com/ipfs/js-ipfs-interfaces/commit/bbfb89cbae37e0442df774e4dab63399c1e76d15)) + ## [interface-blockstore-tests-v3.0.3](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v3.0.2...interface-blockstore-tests-v3.0.3) (2023-01-06) diff --git a/packages/interface-blockstore-tests/package.json b/packages/interface-blockstore-tests/package.json index b9c1d692..42492b5c 100644 --- a/packages/interface-blockstore-tests/package.json +++ b/packages/interface-blockstore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore-tests", - "version": "3.0.3", + "version": "4.0.0", "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",