We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf862a commit 555f058Copy full SHA for 555f058
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [17.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v17.0.0...v17.0.1) (2023-04-04)
2
+
3
4
+### Bug Fixes
5
6
+* add missing events dep ([#548](https://github.com/ipfs/js-ipfs-bitswap/issues/548)) ([eaf862a](https://github.com/ipfs/js-ipfs-bitswap/commit/eaf862a54b6f498431e1bac33c8e0b94e9b43e01))
7
8
## [17.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v16.0.0...v17.0.0) (2023-03-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "17.0.0",
+ "version": "17.0.1",
"description": "JavaScript 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