Skip to content

Commit 44672b3

Browse files
chore(release): 6.0.0 [skip ci]
## [interface-blockstore-v6.0.0](interface-blockstore-5.3.2...interface-blockstore-6.0.0) (2025-10-03) ### ⚠ BREAKING CHANGES * blockstore.get and similar now return streams of bytes ### Features * streaming blockstores ([#358](#358)) ([4dbb136](4dbb136))
1 parent 3751966 commit 44672b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/interface-blockstore/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [interface-blockstore-v6.0.0](https://github.com/ipfs/js-stores/compare/interface-blockstore-5.3.2...interface-blockstore-6.0.0) (2025-10-03)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* blockstore.get and similar now return streams of bytes
6+
7+
### Features
8+
9+
* streaming blockstores ([#358](https://github.com/ipfs/js-stores/issues/358)) ([4dbb136](https://github.com/ipfs/js-stores/commit/4dbb1362d20fc87fcdd261568dca297972f9bc08))
10+
111
## [interface-blockstore-v5.3.2](https://github.com/ipfs/js-stores/compare/interface-blockstore-5.3.1...interface-blockstore-5.3.2) (2025-05-26)
212

313
### Dependencies

packages/interface-blockstore/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",
3-
"version": "5.3.2",
3+
"version": "6.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-stores/tree/main/packages/interface-blockstore#readme",

0 commit comments

Comments
 (0)