We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26cd16 commit 8fec227Copy full SHA for 8fec227
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [18.0.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v18.0.0...v18.0.1) (2023-05-22)
2
+
3
4
+### Bug Fixes
5
6
+* add events dep ([#581](https://github.com/ipfs/js-ipfs-bitswap/issues/581)) ([d26cd16](https://github.com/ipfs/js-ipfs-bitswap/commit/d26cd1642e6abc6c0055451a99ac2daf5b1ad341))
7
8
## [18.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v17.0.3...v18.0.0) (2023-05-19)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "18.0.0",
+ "version": "18.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