From 4beaf9764505e56bef9cacc2a6389567e8c38d04 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Nov 2023 10:40:32 +0000 Subject: [PATCH] chore(release): 2.1.5 [skip ci] ## [datastore-idb-v2.1.5](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.4...datastore-idb-v2.1.5) (2023-11-27) ### Documentation * update datastore core readme and package config ([#245](https://github.com/ipfs/js-stores/issues/245)) ([c08d29a](https://github.com/ipfs/js-stores/commit/c08d29ab18ddea26a1d9dd73d673847469d28a13)) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.1.9 ([#268](https://github.com/ipfs/js-stores/issues/268)) ([0aa0944](https://github.com/ipfs/js-stores/commit/0aa0944d42798d1f6fd589e8a58de7d791760644)) --- packages/datastore-idb/CHANGELOG.md | 12 ++++++++++++ packages/datastore-idb/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/datastore-idb/CHANGELOG.md b/packages/datastore-idb/CHANGELOG.md index 49d59614..64d34b54 100644 --- a/packages/datastore-idb/CHANGELOG.md +++ b/packages/datastore-idb/CHANGELOG.md @@ -1,3 +1,15 @@ +## [datastore-idb-v2.1.5](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.4...datastore-idb-v2.1.5) (2023-11-27) + + +### Documentation + +* update datastore core readme and package config ([#245](https://github.com/ipfs/js-stores/issues/245)) ([c08d29a](https://github.com/ipfs/js-stores/commit/c08d29ab18ddea26a1d9dd73d673847469d28a13)) + + +### Dependencies + +* **dev:** bump aegir from 40.0.13 to 41.1.9 ([#268](https://github.com/ipfs/js-stores/issues/268)) ([0aa0944](https://github.com/ipfs/js-stores/commit/0aa0944d42798d1f6fd589e8a58de7d791760644)) + ## [datastore-idb-v2.1.4](https://github.com/ipfs/js-stores/compare/datastore-idb-v2.1.3...datastore-idb-v2.1.4) (2023-09-05) diff --git a/packages/datastore-idb/package.json b/packages/datastore-idb/package.json index d9eb1db0..a6db9c71 100644 --- a/packages/datastore-idb/package.json +++ b/packages/datastore-idb/package.json @@ -1,6 +1,6 @@ { "name": "datastore-idb", - "version": "2.1.4", + "version": "2.1.5", "description": "Datastore implementation with IndexedDB backend.", "author": "Hugo Dias ", "license": "Apache-2.0 OR MIT",