From 9ee316256629783b6281542d7073973c4eb14a64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Sep 2023 07:25:14 +0000 Subject: [PATCH] chore(release): 1.1.4 [skip ci] ## [blockstore-idb-v1.1.4](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.3...blockstore-idb-v1.1.4) (2023-09-05) ### Documentation * update api docs ([#244](https://github.com/ipfs/js-stores/issues/244)) ([e0f6145](https://github.com/ipfs/js-stores/commit/e0f614575d675fe4db2ab30ea6a2a854e892d635)) --- packages/blockstore-idb/CHANGELOG.md | 7 +++++++ packages/blockstore-idb/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/blockstore-idb/CHANGELOG.md b/packages/blockstore-idb/CHANGELOG.md index 63dcf7c2..ef1ef85c 100644 --- a/packages/blockstore-idb/CHANGELOG.md +++ b/packages/blockstore-idb/CHANGELOG.md @@ -1,3 +1,10 @@ +## [blockstore-idb-v1.1.4](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.3...blockstore-idb-v1.1.4) (2023-09-05) + + +### Documentation + +* update api docs ([#244](https://github.com/ipfs/js-stores/issues/244)) ([e0f6145](https://github.com/ipfs/js-stores/commit/e0f614575d675fe4db2ab30ea6a2a854e892d635)) + ## [blockstore-idb-v1.1.3](https://github.com/ipfs/js-stores/compare/blockstore-idb-v1.1.2...blockstore-idb-v1.1.3) (2023-08-03) diff --git a/packages/blockstore-idb/package.json b/packages/blockstore-idb/package.json index 0bd2e5c3..dfb89dba 100644 --- a/packages/blockstore-idb/package.json +++ b/packages/blockstore-idb/package.json @@ -1,6 +1,6 @@ { "name": "blockstore-idb", - "version": "1.1.3", + "version": "1.1.4", "description": "Blockstore implementation with IndexedDB backend", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-idb#readme",