From 7374423d9ebc26b895ac78116750439fff39c50e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Feb 2024 10:38:48 +0000 Subject: [PATCH] chore(release): 1.1.10 [skip ci] ## blockstore-fs [1.1.10](https://github.com/ipfs/js-stores/compare/blockstore-fs-v1.1.9...blockstore-fs-1.1.10) (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 * **blockstore-core:** upgraded to 4.3.11 * **interface-blockstore:** upgraded to 5.2.10 * **interface-store:** upgraded to 5.1.8 * **interface-blockstore-tests:** upgraded to 6.1.10 --- packages/blockstore-fs/CHANGELOG.md | 16 ++++++++++++++++ packages/blockstore-fs/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/blockstore-fs/CHANGELOG.md b/packages/blockstore-fs/CHANGELOG.md index 265f87e0..8de9b176 100644 --- a/packages/blockstore-fs/CHANGELOG.md +++ b/packages/blockstore-fs/CHANGELOG.md @@ -1,3 +1,19 @@ +## blockstore-fs [1.1.10](https://github.com/ipfs/js-stores/compare/blockstore-fs-v1.1.9...blockstore-fs-1.1.10) (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 + +* **blockstore-core:** upgraded to 4.3.11 +* **interface-blockstore:** upgraded to 5.2.10 +* **interface-store:** upgraded to 5.1.8 +* **interface-blockstore-tests:** upgraded to 6.1.10 + ## [blockstore-fs-v1.1.9](https://github.com/ipfs/js-stores/compare/blockstore-fs-v1.1.8...blockstore-fs-v1.1.9) (2023-12-30) diff --git a/packages/blockstore-fs/package.json b/packages/blockstore-fs/package.json index d5fe8ce1..469a2e91 100644 --- a/packages/blockstore-fs/package.json +++ b/packages/blockstore-fs/package.json @@ -1,6 +1,6 @@ { "name": "blockstore-fs", - "version": "1.1.9", + "version": "1.1.10", "description": "Blockstore implementation with file system backend", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-stores/tree/main/packages/blockstore-fs#readme",