Skip to content

Commit 9ba4461

Browse files
committedMay 25, 2022
chore(release): 11.0.2 [skip ci]
### [11.0.2](v11.0.1...v11.0.2) (2022-05-25) ### Trivial Changes * update libp2p interfaces ([#435](#435)) ([c37ba88](c37ba88))
1 parent c37ba88 commit 9ba4461

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.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v11.0.1...v11.0.2) (2022-05-25)
2+
3+
4+
### Trivial Changes
5+
6+
* update libp2p interfaces ([#435](https://github.com/ipfs/js-ipfs-bitswap/issues/435)) ([c37ba88](https://github.com/ipfs/js-ipfs-bitswap/commit/c37ba88626bfb540844029f526c6f001f6667526))
7+
18
### [11.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v11.0.0...v11.0.1) (2022-04-11)
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.1",
3+
"version": "11.0.2",
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.