From 725e0dd8f7e4c9dfa6857b54f3cf7d97ff3a56e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jul 2023 13:44:28 +0000 Subject: [PATCH] chore(release): 4.3.0 [skip ci] ## [blockstore-core-v4.3.0](https://github.com/ipfs/js-stores/compare/blockstore-core-v4.2.0...blockstore-core-v4.3.0) (2023-07-27) ### Features * add tiered blockstore ([#238](https://github.com/ipfs/js-stores/issues/238)) ([5143948](https://github.com/ipfs/js-stores/commit/51439486d5fcd719b9af9182b35565e87da96c99)) --- packages/blockstore-core/CHANGELOG.md | 7 +++++++ packages/blockstore-core/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/blockstore-core/CHANGELOG.md b/packages/blockstore-core/CHANGELOG.md index cd4739a0..5dde4cb0 100644 --- a/packages/blockstore-core/CHANGELOG.md +++ b/packages/blockstore-core/CHANGELOG.md @@ -1,3 +1,10 @@ +## [blockstore-core-v4.3.0](https://github.com/ipfs/js-stores/compare/blockstore-core-v4.2.0...blockstore-core-v4.3.0) (2023-07-27) + + +### Features + +* add tiered blockstore ([#238](https://github.com/ipfs/js-stores/issues/238)) ([5143948](https://github.com/ipfs/js-stores/commit/51439486d5fcd719b9af9182b35565e87da96c99)) + ## [blockstore-core-v4.2.0](https://github.com/ipfs/js-stores/compare/blockstore-core-v4.1.1...blockstore-core-v4.2.0) (2023-06-03) diff --git a/packages/blockstore-core/package.json b/packages/blockstore-core/package.json index 7d818092..dfa3932a 100644 --- a/packages/blockstore-core/package.json +++ b/packages/blockstore-core/package.json @@ -1,6 +1,6 @@ { "name": "blockstore-core", - "version": "4.2.0", + "version": "4.3.0", "description": "Contains various implementations of the API contract described in interface-blockstore", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",