From 135a09b0ae32beb6a6f51c8239f0800a01e9c95b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Feb 2024 10:40:39 +0000 Subject: [PATCH] chore(release): 2.1.8 [skip ci] ## datastore-idb [2.1.8](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.7...datastore-idb-2.1.8) (2024-02-12) ### Bug Fixes * bump aegir to 42.2.3, update project config and fix deps ([#297](https://github.com/ipfs/js-stores/issues/297)) ([d521ef2](https://github.com/ipfs/js-stores/commit/d521ef251815527baee0a70705f775c0e47481ad)) ### Dependencies * **datastore-core:** upgraded to 9.2.8 * **interface-datastore:** upgraded to 8.2.11 * **interface-datastore-tests:** upgraded to 5.1.8 --- packages/datastore-idb/CHANGELOG.md | 15 +++++++++++++++ packages/datastore-idb/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/packages/datastore-idb/CHANGELOG.md b/packages/datastore-idb/CHANGELOG.md index 80f223b0..63178426 100644 --- a/packages/datastore-idb/CHANGELOG.md +++ b/packages/datastore-idb/CHANGELOG.md @@ -1,3 +1,18 @@ +## datastore-idb [2.1.8](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.7...datastore-idb-2.1.8) (2024-02-12) + + +### Bug Fixes + +* bump aegir to 42.2.3, update project config and fix deps ([#297](https://github.com/ipfs/js-stores/issues/297)) ([d521ef2](https://github.com/ipfs/js-stores/commit/d521ef251815527baee0a70705f775c0e47481ad)) + + + +### Dependencies + +* **datastore-core:** upgraded to 9.2.8 +* **interface-datastore:** upgraded to 8.2.11 +* **interface-datastore-tests:** upgraded to 5.1.8 + ## [datastore-idb-v2.1.7](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.6...datastore-idb-v2.1.7) (2023-12-30) diff --git a/packages/datastore-idb/package.json b/packages/datastore-idb/package.json index 900b0ae7..3aff6d72 100644 --- a/packages/datastore-idb/package.json +++ b/packages/datastore-idb/package.json @@ -1,6 +1,6 @@ { "name": "datastore-idb", - "version": "2.1.7", + "version": "2.1.8", "description": "Datastore implementation with IndexedDB backend.", "author": "Hugo Dias ", "license": "Apache-2.0 OR MIT",