We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37ba88 commit 9ba4461Copy full SHA for 9ba4461
CHANGELOG.md
@@ -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
8
### [11.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v11.0.0...v11.0.1) (2022-04-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "11.0.1",
+ "version": "11.0.2",
"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",
0 commit comments