Skip to content

Commit 9b0412e

Browse files
committedJun 23, 2022
chore(release): 11.0.3 [skip ci]
## [11.0.3](v11.0.2...v11.0.3) (2022-06-23) ### Bug Fixes * iterate over connections instead of every peer in the peerstore ([#450](#450)) ([dc9b126](dc9b126))
1 parent dc9b126 commit 9b0412e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.0.3](https://github.com/ipfs/js-ipfs-bitswap/compare/v11.0.2...v11.0.3) (2022-06-23)
2+
3+
4+
### Bug Fixes
5+
6+
* iterate over connections instead of every peer in the peerstore ([#450](https://github.com/ipfs/js-ipfs-bitswap/issues/450)) ([dc9b126](https://github.com/ipfs/js-ipfs-bitswap/commit/dc9b12616a7c909063a23a8dcd71a08a379967bd))
7+
18
### [11.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v11.0.1...v11.0.2) (2022-05-25)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-bitswap",
3-
"version": "11.0.2",
3+
"version": "11.0.3",
44
"description": "Node.js 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)
Please sign in to comment.