Skip to content

Commit 91c6543

Browse files
committedApr 7, 2022
chore(release): 11.0.0 [skip ci]
## [11.0.0](v10.0.2...v11.0.0) (2022-04-07) ### ⚠ BREAKING CHANGES * this module is now ESM only ### Features * update to typescript version of libp2p ([#428](#428)) ([23d24ce](23d24ce))
1 parent 23d24ce commit 91c6543

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [11.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v10.0.2...v11.0.0) (2022-04-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM only
7+
8+
### Features
9+
10+
* update to typescript version of libp2p ([#428](https://github.com/ipfs/js-ipfs-bitswap/issues/428)) ([23d24ce](https://github.com/ipfs/js-ipfs-bitswap/commit/23d24ce295b90cd3fcb5b229b23258e6ff45d5c9))
11+
112
### [10.0.2](https://github.com/ipfs/js-ipfs-bitswap/compare/v10.0.1...v10.0.2) (2022-01-20)
213

314

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-bitswap",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "Node.js 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)