Skip to content

Commit 96958c0

Browse files
chore(release): 6.0.0 [skip ci]
## [interface-blockstore-tests-v6.0.0](interface-blockstore-tests-v5.0.1...interface-blockstore-tests-v6.0.0) (2023-03-23) ### ⚠ BREAKING CHANGES * the output of store.getMany is now a stream of pairs ### Bug Fixes * return key from put and put many ([#196](#196)) ([dfc4697](dfc4697)) * return stream of pairs from getmany ([#195](#195)) ([252bced](252bced))
1 parent 060e74b commit 96958c0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/interface-blockstore-tests/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [interface-blockstore-tests-v6.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v5.0.1...interface-blockstore-tests-v6.0.0) (2023-03-23)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the output of store.getMany is now a stream of pairs
7+
8+
### Bug Fixes
9+
10+
* return key from put and put many ([#196](https://github.com/ipfs/js-ipfs-interfaces/issues/196)) ([dfc4697](https://github.com/ipfs/js-ipfs-interfaces/commit/dfc4697868d23b3a62154ddda3ae0747e124e3e1))
11+
* return stream of pairs from getmany ([#195](https://github.com/ipfs/js-ipfs-interfaces/issues/195)) ([252bced](https://github.com/ipfs/js-ipfs-interfaces/commit/252bced0ad3111711bd502e8d2a5932d6289e0f9))
12+
113
## [interface-blockstore-tests-v5.0.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-blockstore-tests-v5.0.0...interface-blockstore-tests-v5.0.1) (2023-03-14)
214

315

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