Skip to content

Commit 756cc83

Browse files
chore(release): 4.0.0 [skip ci]
## [interface-store-v4.0.0](interface-store-v3.0.4...interface-store-v4.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))
1 parent 0b8f1a0 commit 756cc83

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/interface-store/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [interface-store-v4.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store-v3.0.4...interface-store-v4.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+
112
## [interface-store-v3.0.4](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store-v3.0.3...interface-store-v3.0.4) (2023-01-30)
213

314

packages/interface-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-store",
3-
"version": "3.0.4",
3+
"version": "4.0.0",
44
"description": "A generic interface for storing and retrieving data",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-store#readme",

0 commit comments

Comments
 (0)