Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [interface-datastore-tests-v5.0.0](interface-datastore-tests-v4.0.0...interface-datastore-tests-v5.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))
  • Loading branch information
semantic-release-bot committed Mar 23, 2023
1 parent 8c312d3 commit 5230741
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/interface-datastore-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [interface-datastore-tests-v5.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests-v4.0.0...interface-datastore-tests-v5.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](https://github.com/ipfs/js-ipfs-interfaces/issues/196)) ([dfc4697](https://github.com/ipfs/js-ipfs-interfaces/commit/dfc4697868d23b3a62154ddda3ae0747e124e3e1))
* 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))

## [interface-datastore-tests-v4.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-datastore-tests-v3.0.5...interface-datastore-tests-v4.0.0) (2023-03-13)


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

0 comments on commit 5230741

Please sign in to comment.