From 9ad0ce5e80e653ed9675f80736a1a58a93308f2e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Mar 2023 15:50:29 +0000 Subject: [PATCH] chore(release): 8.1.0 [skip ci] ## [interface-datastore-v8.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v8.0.0...interface-datastore-v8.1.0) (2023-03-15) ### Features * allow extending store method options ([#193](https://github.com/ipfs/js-ipfs-interfaces/issues/193)) ([007e8ac](https://github.com/ipfs/js-ipfs-interfaces/commit/007e8ac83a43ec185368cfad57193f57ef700c45)) --- packages/interface-datastore/CHANGELOG.md | 7 +++++++ packages/interface-datastore/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/interface-datastore/CHANGELOG.md b/packages/interface-datastore/CHANGELOG.md index e938b710..a3b4b43c 100644 --- a/packages/interface-datastore/CHANGELOG.md +++ b/packages/interface-datastore/CHANGELOG.md @@ -1,3 +1,10 @@ +## [interface-datastore-v8.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v8.0.0...interface-datastore-v8.1.0) (2023-03-15) + + +### Features + +* allow extending store method options ([#193](https://github.com/ipfs/js-ipfs-interfaces/issues/193)) ([007e8ac](https://github.com/ipfs/js-ipfs-interfaces/commit/007e8ac83a43ec185368cfad57193f57ef700c45)) + ## [interface-datastore-v8.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v7.0.4...interface-datastore-v8.0.0) (2023-03-13) diff --git a/packages/interface-datastore/package.json b/packages/interface-datastore/package.json index 74aaf43e..9a770350 100644 --- a/packages/interface-datastore/package.json +++ b/packages/interface-datastore/package.json @@ -1,6 +1,6 @@ { "name": "interface-datastore", - "version": "8.0.0", + "version": "8.1.0", "description": "datastore interface", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore#readme",