Skip to content

Commit b828b58

Browse files
chore(release): 15.0.0 [skip ci]
## [15.0.0](v14.0.0...v15.0.0) (2023-01-07) ### ⚠ BREAKING CHANGES * update multiformats to v11 (#509) ### Dependencies * update multiformats to v11 ([#509](#509)) ([09d4ff9](09d4ff9))
1 parent 09d4ff9 commit b828b58

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+
## [15.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v14.0.0...v15.0.0) (2023-01-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update multiformats to v11 (#509)
7+
8+
### Dependencies
9+
10+
* update multiformats to v11 ([#509](https://github.com/ipfs/js-ipfs-bitswap/issues/509)) ([09d4ff9](https://github.com/ipfs/js-ipfs-bitswap/commit/09d4ff948a9292df03c6205d2e9b3545e166509c))
11+
112
## [14.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v13.0.0...v14.0.0) (2022-11-19)
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": "14.0.0",
3+
"version": "15.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)