Skip to content

Commit e24ce0b

Browse files
chore(release): 5.1.0 [skip ci]
## [interface-blockstore-v5.1.0](interface-blockstore-v5.0.0...interface-blockstore-v5.1.0) (2023-03-15) ### Features * allow extending store method options ([#193](#193)) ([007e8ac](007e8ac))
1 parent 5ed90c4 commit e24ce0b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/interface-blockstore/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [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)
2+
3+
4+
### Features
5+
6+
* 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))
7+
18
## [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)
29

310

packages/interface-blockstore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "An interface for storing and retrieving blocks",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore#readme",

0 commit comments

Comments
 (0)