Skip to content

Commit 8474bb9

Browse files
chore(release): 20.0.0 [skip ci]
## [20.0.0](v19.0.2...v20.0.0) (2023-11-30) ### ⚠ BREAKING CHANGES * update libp2p to v1 (#610) ### Dependencies * update libp2p to v1 ([#610](#610)) ([5d53a68](5d53a68))
1 parent 5d53a68 commit 8474bb9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [20.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v19.0.2...v20.0.0) (2023-11-30)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update libp2p to v1 (#610)
7+
8+
### Dependencies
9+
10+
* update libp2p to v1 ([#610](https://github.com/ipfs/js-ipfs-bitswap/issues/610)) ([5d53a68](https://github.com/ipfs/js-ipfs-bitswap/commit/5d53a68493260319eb88f7a9c7dbc46887cfdaf0))
11+
112
## [19.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v19.0.1...v19.0.2) (2023-11-04)
213

314

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": "19.0.2",
3+
"version": "20.0.0",
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)