Skip to content

Commit 9a8bbf7

Browse files
chore(release): 17.0.2 [skip ci]
## [17.0.2](v17.0.1...v17.0.2) (2023-04-13) ### Bug Fixes * increase default stream limit ([#550](#550)) ([3484be0](3484be0))
1 parent 3484be0 commit 9a8bbf7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [17.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v17.0.1...v17.0.2) (2023-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* increase default stream limit ([#550](https://github.com/ipfs/js-ipfs-bitswap/issues/550)) ([3484be0](https://github.com/ipfs/js-ipfs-bitswap/commit/3484be038321e9c2828bded225f4c6dc94a4d5d9))
7+
18
## [17.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v17.0.0...v17.0.1) (2023-04-04)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-bitswap",
3-
"version": "17.0.1",
3+
"version": "17.0.2",
44
"description": "JavaScript implementation of the Bitswap data exchange protocol used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-bitswap#readme",

0 commit comments

Comments
 (0)