Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 234b835

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.0...v4.0.0) (2023-03-13) ### ⚠ BREAKING CHANGES * `interface-blockstore@5` removes query/batch methods and adds getAll ### Features * update to latest blockstore interface ([#70](#70)) ([273397d](273397d))
1 parent 273397d commit 234b835

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [4.0.0](https://github.com/ipfs/js-blockstore-core/compare/v3.0.0...v4.0.0) (2023-03-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* `interface-blockstore@5` removes query/batch methods and adds getAll
7+
8+
### Features
9+
10+
* update to latest blockstore interface ([#70](https://github.com/ipfs/js-blockstore-core/issues/70)) ([273397d](https://github.com/ipfs/js-blockstore-core/commit/273397d7fca96db8cf95afc07ed0ea1a7d4239f3))
11+
112
## [3.0.0](https://github.com/ipfs/js-blockstore-core/compare/v2.0.2...v3.0.0) (2023-01-06)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockstore-core",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Contains various implementations of the API contract described in interface-blockstore",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)