From b25431da7679d4cc804ae92b6baacf13e1a2fd72 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Nov 2023 10:39:43 +0000 Subject: [PATCH] chore(release): 9.2.4 [skip ci] ## [datastore-core-v9.2.4](https://github.com/ipfs/js-stores/compare/datastore-core-v9.2.3...datastore-core-v9.2.4) (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-core/CHANGELOG.md | 12 ++++++++++++ packages/datastore-core/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/datastore-core/CHANGELOG.md b/packages/datastore-core/CHANGELOG.md index 8fe0e40c..de208108 100644 --- a/packages/datastore-core/CHANGELOG.md +++ b/packages/datastore-core/CHANGELOG.md @@ -1,3 +1,15 @@ +## [datastore-core-v9.2.4](https://github.com/ipfs/js-stores/compare/datastore-core-v9.2.3...datastore-core-v9.2.4) (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-core-v9.2.3](https://github.com/ipfs/js-stores/compare/datastore-core-v9.2.2...datastore-core-v9.2.3) (2023-09-05) diff --git a/packages/datastore-core/package.json b/packages/datastore-core/package.json index 946c8ab2..7ff7f53b 100644 --- a/packages/datastore-core/package.json +++ b/packages/datastore-core/package.json @@ -1,6 +1,6 @@ { "name": "datastore-core", - "version": "9.2.3", + "version": "9.2.4", "description": "Wrapper implementation for interface-datastore", "author": "Friedel Ziegelmayer ", "license": "Apache-2.0 OR MIT",