diff --git a/packages/interface-blockstore/CHANGELOG.md b/packages/interface-blockstore/CHANGELOG.md index 8352b804..f4816386 100644 --- a/packages/interface-blockstore/CHANGELOG.md +++ b/packages/interface-blockstore/CHANGELOG.md @@ -1,3 +1,10 @@ +## [interface-blockstore-v5.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-v5.0.0...interface-blockstore-v5.1.0) (2023-03-15) + + +### Features + +* allow extending store method options ([#193](https://github.com/ipfs/js-ipfs-interfaces/issues/193)) ([007e8ac](https://github.com/ipfs/js-ipfs-interfaces/commit/007e8ac83a43ec185368cfad57193f57ef700c45)) + ## [interface-blockstore-v5.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-v4.0.1...interface-blockstore-v5.0.0) (2023-03-13) diff --git a/packages/interface-blockstore/package.json b/packages/interface-blockstore/package.json index ddc0891c..57fbbe55 100644 --- a/packages/interface-blockstore/package.json +++ b/packages/interface-blockstore/package.json @@ -1,6 +1,6 @@ { "name": "interface-blockstore", - "version": "5.0.0", + "version": "5.1.0", "description": "An interface for storing and retrieving blocks", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore#readme",