From 34c89d0eccf09f559a45a44b2bef979b4b3c197e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Sep 2024 14:23:40 +0000 Subject: [PATCH] chore(release): 7.0.1 [skip ci] ## [interface-blockstore-tests-v7.0.1](https://github.com/ipfs/js-stores/compare/interface-blockstore-tests-7.0.0...interface-blockstore-tests-7.0.1) (2024-09-13) ### Bug Fixes * restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156)) ### Dependencies * **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4)) --- packages/interface-blockstore-tests/CHANGELOG.md | 10 ++++++++++ packages/interface-blockstore-tests/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/interface-blockstore-tests/CHANGELOG.md b/packages/interface-blockstore-tests/CHANGELOG.md index 12498117..fb85d6db 100644 --- a/packages/interface-blockstore-tests/CHANGELOG.md +++ b/packages/interface-blockstore-tests/CHANGELOG.md @@ -1,3 +1,13 @@ +## [interface-blockstore-tests-v7.0.1](https://github.com/ipfs/js-stores/compare/interface-blockstore-tests-7.0.0...interface-blockstore-tests-7.0.1) (2024-09-13) + +### Bug Fixes + +* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156)) + +### Dependencies + +* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4)) + ## interface-blockstore-tests [7.0.0](https://github.com/ipfs/js-stores/compare/interface-blockstore-tests-6.1.10...interface-blockstore-tests-7.0.0) (2024-08-02) diff --git a/packages/interface-blockstore-tests/package.json b/packages/interface-blockstore-tests/package.json index 89ef7d65..f81004b2 100644 --- a/packages/interface-blockstore-tests/package.json +++ b/packages/interface-blockstore-tests/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore-tests", - "version": "7.0.0", + "version": "7.0.1", "description": "Compliance tests for the blockstore interface", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/main/packages/interface-blockstore-tests#readme",