diff --git a/CHANGELOG.md b/CHANGELOG.md index 70625d2e..938c60be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,17 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [14.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.2.0...v14.0.0) (2024-09-11) + + +### ⚠ BREAKING CHANGES + +* Can only be used with libp2p@2.x.x or later + +### Features + +* update to libp2p@2.x.x ([#504](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/504)) ([1f8f634](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/1f8f634781df389dbb38c84f722e4b8f22ed4400)) + ## [13.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.1...v13.2.0) (2024-08-19) diff --git a/package-lock.json b/package-lock.json index d592cc48..f066e74b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.2.0", + "version": "14.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.2.0", + "version": "14.0.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^5.0.0", diff --git a/package.json b/package.json index 6f96fe23..9ba8d69f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.2.0", + "version": "14.0.0", "description": "A typescript implementation of gossipsub", "files": [ "src",