From d56c98a3e282eadfe414e89e36bdaeb194251696 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Sep 2024 14:28:32 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [blockstore-fs-v2.0.1](https://github.com/ipfs/js-stores/compare/blockstore-fs-2.0.0...blockstore-fs-2.0.1) (2024-09-13) ### Bug Fixes * restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156)) ### Dependencies * **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4)) --- packages/blockstore-fs/CHANGELOG.md | 10 ++++++++++ packages/blockstore-fs/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/blockstore-fs/CHANGELOG.md b/packages/blockstore-fs/CHANGELOG.md index 69bd477f..c032ca93 100644 --- a/packages/blockstore-fs/CHANGELOG.md +++ b/packages/blockstore-fs/CHANGELOG.md @@ -1,3 +1,13 @@ +## [blockstore-fs-v2.0.1](https://github.com/ipfs/js-stores/compare/blockstore-fs-2.0.0...blockstore-fs-2.0.1) (2024-09-13) + +### Bug Fixes + +* restore release config to package.json ([#321](https://github.com/ipfs/js-stores/issues/321)) ([4f14fb0](https://github.com/ipfs/js-stores/commit/4f14fb09d65a3460b548b59557af108412dc9156)) + +### Dependencies + +* **dev:** bump aegir from 42.2.11 to 44.1.0 ([#316](https://github.com/ipfs/js-stores/issues/316)) ([581a467](https://github.com/ipfs/js-stores/commit/581a46720832916bea11efa2476eb85a00bae9d4)) + ## blockstore-fs [2.0.0](https://github.com/ipfs/js-stores/compare/blockstore-fs-1.1.11...blockstore-fs-2.0.0) (2024-08-02) diff --git a/packages/blockstore-fs/package.json b/packages/blockstore-fs/package.json index e8cf4cb9..1fb0e6ad 100644 --- a/packages/blockstore-fs/package.json +++ b/packages/blockstore-fs/package.json @@ -1,6 +1,6 @@ { "name": "blockstore-fs", - "version": "2.0.0", + "version": "2.0.1", "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",