Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [interface-datastore-v8.0.0](interface-datastore-v7.0.4...interface-datastore-v8.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 ([8f7928c](8f7928c))
  • Loading branch information
semantic-release-bot committed Mar 13, 2023
1 parent 44b12bd commit 0d01201
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/interface-datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [interface-datastore-v8.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v7.0.4...interface-datastore-v8.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](https://github.com/ipfs/js-ipfs-interfaces/issues/189)) ([0b8f1a0](https://github.com/ipfs/js-ipfs-interfaces/commit/0b8f1a0d7644b32395059db250b301d3d5f024cb))


### Dependencies

* update sibling dependencies ([8f7928c](https://github.com/ipfs/js-ipfs-interfaces/commit/8f7928c28b5869001728cc997f0204a40f51978d))

## [interface-datastore-v7.0.4](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-v7.0.3...interface-datastore-v7.0.4) (2023-01-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface-datastore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "interface-datastore",
"version": "7.0.4",
"version": "8.0.0",
"description": "datastore interface",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-datastore#readme",
Expand Down

0 comments on commit 0d01201

Please sign in to comment.