Skip to content

Commit 9c25d3f

Browse files
chore(release): 5.0.0 [skip ci]
## [interface-blockstore-v5.0.0](interface-blockstore-v4.0.1...interface-blockstore-v5.0.0) (2023-03-13) ### ⚠ BREAKING CHANGES * open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore ### Features * simplify store interface, move query/batch to datastore, add getAll to blockstore ([#189](#189)) ([0b8f1a0](0b8f1a0)) ### Dependencies * update sibling dependencies ([8f7928c](8f7928c))
1 parent 8f7928c commit 9c25d3f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/interface-blockstore/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [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)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* open/close/batch/query methods have been removed from store interface, query/batch added to datastore, getAll added to blockstore
7+
8+
### Features
9+
10+
* simplify store interface, move query/batch to datastore, add getAll to blockstore ([#189](https://github.com/ipfs/js-ipfs-interfaces/issues/189)) ([0b8f1a0](https://github.com/ipfs/js-ipfs-interfaces/commit/0b8f1a0d7644b32395059db250b301d3d5f024cb))
11+
12+
13+
### Dependencies
14+
15+
* update sibling dependencies ([8f7928c](https://github.com/ipfs/js-ipfs-interfaces/commit/8f7928c28b5869001728cc997f0204a40f51978d))
16+
117
## [interface-blockstore-v4.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-v4.0.0...interface-blockstore-v4.0.1) (2023-01-30)
218

319

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": "4.0.1",
3+
"version": "5.0.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)