From 7353d280ae23f8040cf26cc60388799491fd399f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Feb 2024 10:40:21 +0000 Subject: [PATCH] chore(release): 11.1.11 [skip ci] ## datastore-s3 [11.1.11](https://github.com/ipfs/js-stores/compare/datastore-s3-v11.1.10...datastore-s3-11.1.11) (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-store:** upgraded to 5.1.8 * **interface-datastore-tests:** upgraded to 5.1.8 --- packages/datastore-s3/CHANGELOG.md | 16 ++++++++++++++++ packages/datastore-s3/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/datastore-s3/CHANGELOG.md b/packages/datastore-s3/CHANGELOG.md index ba1808c2..e2ef1610 100644 --- a/packages/datastore-s3/CHANGELOG.md +++ b/packages/datastore-s3/CHANGELOG.md @@ -1,3 +1,19 @@ +## datastore-s3 [11.1.11](https://github.com/ipfs/js-stores/compare/datastore-s3-v11.1.10...datastore-s3-11.1.11) (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-store:** upgraded to 5.1.8 +* **interface-datastore-tests:** upgraded to 5.1.8 + ## [datastore-s3-v11.1.10](https://github.com/ipfs/js-stores/compare/datastore-s3-v11.1.9...datastore-s3-v11.1.10) (2023-12-30) diff --git a/packages/datastore-s3/package.json b/packages/datastore-s3/package.json index 2fa5da4e..b2e6f90f 100644 --- a/packages/datastore-s3/package.json +++ b/packages/datastore-s3/package.json @@ -1,6 +1,6 @@ { "name": "datastore-s3", - "version": "11.1.10", + "version": "11.1.11", "description": "IPFS datastore implementation backed by s3", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/main/packages/datastore-s3#readme",