From 44d2d0e01865a2a6007f7c71f6c30d0712c9ea8f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Dec 2023 14:08:29 +0000 Subject: [PATCH] chore(release): 9.2.7 [skip ci] ## [datastore-core-v9.2.7](https://github.com/ipfs/js-stores/compare/datastore-core-v9.2.6...datastore-core-v9.2.7) (2023-12-30) ### Bug Fixes * publish with limited concurrency ([85bcc4a](https://github.com/ipfs/js-stores/commit/85bcc4acc09d76d7938c55163c81d9b948c53803)) * readme update ([3bcfb6d](https://github.com/ipfs/js-stores/commit/3bcfb6d311d32a00f24c64cb55c3ba90ca495dba)) --- packages/datastore-core/CHANGELOG.md | 8 ++++++++ packages/datastore-core/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/datastore-core/CHANGELOG.md b/packages/datastore-core/CHANGELOG.md index f00609f6..2f559042 100644 --- a/packages/datastore-core/CHANGELOG.md +++ b/packages/datastore-core/CHANGELOG.md @@ -1,3 +1,11 @@ +## [datastore-core-v9.2.7](https://github.com/ipfs/js-stores/compare/datastore-core-v9.2.6...datastore-core-v9.2.7) (2023-12-30) + + +### Bug Fixes + +* publish with limited concurrency ([85bcc4a](https://github.com/ipfs/js-stores/commit/85bcc4acc09d76d7938c55163c81d9b948c53803)) +* readme update ([3bcfb6d](https://github.com/ipfs/js-stores/commit/3bcfb6d311d32a00f24c64cb55c3ba90ca495dba)) + ## [datastore-core-v9.2.6](https://github.com/ipfs/js-stores/compare/datastore-core-v9.2.5...datastore-core-v9.2.6) (2023-12-08) diff --git a/packages/datastore-core/package.json b/packages/datastore-core/package.json index 19cbde54..742964d8 100644 --- a/packages/datastore-core/package.json +++ b/packages/datastore-core/package.json @@ -1,6 +1,6 @@ { "name": "datastore-core", - "version": "9.2.6", + "version": "9.2.7", "description": "Wrapper implementation for interface-datastore", "author": "Friedel Ziegelmayer ", "license": "Apache-2.0 OR MIT",