Skip to content

Commit 3d69492

Browse files
chore(release): 5.0.0 [skip ci]
## [interface-store-v5.0.0](interface-store-v4.1.0...interface-store-v5.0.0) (2023-03-23) ### ⚠ BREAKING CHANGES * the output of store.getMany is now a stream of pairs ### Bug Fixes * return stream of pairs from getmany ([#195](#195)) ([252bced](252bced))
1 parent 252bced commit 3d69492

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/interface-store/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [interface-store-v5.0.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store-v4.1.0...interface-store-v5.0.0) (2023-03-23)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the output of store.getMany is now a stream of pairs
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
112
## [interface-store-v4.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store-v4.0.0...interface-store-v4.1.0) (2023-03-15)
213

314

packages/interface-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interface-store",
3-
"version": "4.1.0",
3+
"version": "5.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)