From f496d4fb81149b454c0b3bd6a7e58c3bc1e2508a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Nov 2023 11:00:34 +0000 Subject: [PATCH] chore(release): 1.0.9 [skip ci] ## [blockstore-s3-v1.0.9](https://github.com/ipfs/js-stores/compare/blockstore-s3-v1.0.8...blockstore-s3-v1.0.9) (2023-11-27) ### Dependencies * **dev:** bump sinon from 15.2.0 to 17.0.1 ([#265](https://github.com/ipfs/js-stores/issues/265)) ([316d3c5](https://github.com/ipfs/js-stores/commit/316d3c54c3a113a8deebc8e53480ac38d40f3a41)) --- packages/blockstore-s3/CHANGELOG.md | 7 +++++++ packages/blockstore-s3/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/blockstore-s3/CHANGELOG.md b/packages/blockstore-s3/CHANGELOG.md index 60c3c961..0a141938 100644 --- a/packages/blockstore-s3/CHANGELOG.md +++ b/packages/blockstore-s3/CHANGELOG.md @@ -1,3 +1,10 @@ +## [blockstore-s3-v1.0.9](https://github.com/ipfs/js-stores/compare/blockstore-s3-v1.0.8...blockstore-s3-v1.0.9) (2023-11-27) + + +### Dependencies + +* **dev:** bump sinon from 15.2.0 to 17.0.1 ([#265](https://github.com/ipfs/js-stores/issues/265)) ([316d3c5](https://github.com/ipfs/js-stores/commit/316d3c54c3a113a8deebc8e53480ac38d40f3a41)) + ## [blockstore-s3-v1.0.8](https://github.com/ipfs/js-stores/compare/blockstore-s3-v1.0.7...blockstore-s3-v1.0.8) (2023-11-27) diff --git a/packages/blockstore-s3/package.json b/packages/blockstore-s3/package.json index 7abcdd27..64f6c934 100644 --- a/packages/blockstore-s3/package.json +++ b/packages/blockstore-s3/package.json @@ -1,6 +1,6 @@ { "name": "blockstore-s3", - "version": "1.0.8", + "version": "1.0.9", "description": "IPFS blockstore implementation backed by s3", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/master/packages/blockstore-s3#readme",