Skip to content

Commit

Permalink
chore(release): 11.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jun 23, 2022
1 parent dc9b126 commit 9b0412e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [11.0.3](https://github.com/ipfs/js-ipfs-bitswap/compare/v11.0.2...v11.0.3) (2022-06-23)


### Bug Fixes

* 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))

### [11.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v11.0.1...v11.0.2) (2022-05-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
"version": "11.0.2",
"version": "11.0.3",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-bitswap#readme",
Expand Down

0 comments on commit 9b0412e

Please sign in to comment.