Skip to content

Commit 44b12bd

Browse files
chore(release): 5.0.0 [skip ci]
## [interface-blockstore-tests-v5.0.0](interface-blockstore-tests-v4.0.2...interface-blockstore-tests-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 ([9adf0bc](9adf0bc))
1 parent 9adf0bc commit 44b12bd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/interface-blockstore-tests/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [interface-blockstore-tests-v5.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v4.0.2...interface-blockstore-tests-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 ([9adf0bc](https://github.com/ipfs/js-ipfs-interfaces/commit/9adf0bc4c1b63ef0ae06ab5cb2f3dc19d83bc1a7))
16+
117
## [interface-blockstore-tests-v4.0.2](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v4.0.1...interface-blockstore-tests-v4.0.2) (2023-03-13)
218

319

packages/interface-blockstore-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-blockstore-tests",
3-
"version": "4.0.2",
3+
"version": "5.0.0",
44
"description": "Compliance tests for the blockstore interface",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-blockstore-tests#readme",

0 commit comments

Comments
 (0)