Skip to content

Commit 8c43b6c

Browse files
chore(release): 19.0.0 [skip ci]
## [19.0.0](v18.0.3...v19.0.0) (2023-08-05) ### ⚠ BREAKING CHANGES * requires [email protected] or later ### Dependencies * update to libp2p 0.46.x ([#596](#596)) ([be8fe06](be8fe06))
1 parent be8fe06 commit 8c43b6c

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+
## [19.0.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v18.0.3...v19.0.0) (2023-08-05)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* requires [email protected] or later
7+
8+
### Dependencies
9+
10+
* update to libp2p 0.46.x ([#596](https://github.com/ipfs/js-ipfs-bitswap/issues/596)) ([be8fe06](https://github.com/ipfs/js-ipfs-bitswap/commit/be8fe06bb10d6d940ac51c56b30c80154469673b))
11+
112
## [18.0.3](https://github.com/ipfs/js-ipfs-bitswap/compare/v18.0.2...v18.0.3) (2023-07-27)
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": "18.0.3",
3+
"version": "19.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)