Skip to content

Commit 555f058

Browse files
chore(release): 17.0.1 [skip ci]
## [17.0.1](v17.0.0...v17.0.1) (2023-04-04) ### Bug Fixes * add missing events dep ([#548](#548)) ([eaf862a](eaf862a))
1 parent eaf862a commit 555f058

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [17.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v16.0.0...v17.0.0) (2023-03-13)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-bitswap",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
44
"description": "JavaScript 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)