From 496c1770ff96a072655236597d492aab260cacd4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Mar 2023 17:13:39 +0000 Subject: [PATCH] chore(release): 5.2.0 [skip ci] ## [interface-blockstore-v5.2.0](https://github.com/ipfs/js-stores/compare/interface-blockstore-v5.1.1...interface-blockstore-v5.2.0) (2023-03-23) ### Features * add all blockstore and datastore implementations ([#197](https://github.com/ipfs/js-stores/issues/197)) ([0d85128](https://github.com/ipfs/js-stores/commit/0d851286d48c357b07df3f7419c1e903ed0e7fac)) --- 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 f5ae860c..e7f07a02 100644 --- a/packages/interface-blockstore/CHANGELOG.md +++ b/packages/interface-blockstore/CHANGELOG.md @@ -1,3 +1,10 @@ +## [interface-blockstore-v5.2.0](https://github.com/ipfs/js-stores/compare/interface-blockstore-v5.1.1...interface-blockstore-v5.2.0) (2023-03-23) + + +### Features + +* add all blockstore and datastore implementations ([#197](https://github.com/ipfs/js-stores/issues/197)) ([0d85128](https://github.com/ipfs/js-stores/commit/0d851286d48c357b07df3f7419c1e903ed0e7fac)) + ## [interface-blockstore-v5.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-v5.1.0...interface-blockstore-v5.1.1) (2023-03-23) diff --git a/packages/interface-blockstore/package.json b/packages/interface-blockstore/package.json index 44cf109d..116153ea 100644 --- a/packages/interface-blockstore/package.json +++ b/packages/interface-blockstore/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore", - "version": "5.1.1", + "version": "5.2.0", "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",