diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b5e581..70625d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,18 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [13.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.1...v13.2.0) (2024-08-19) + + +### Features + +* add `gossipFactor` parameter to `GossipsubOpts` ([#502](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/502)) ([07b995c](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/07b995c83f7304b26546c9fd464d8c204a848547)) + + +### Miscellaneous + +* Add AsyncIterable benchmarks ([#361](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/361)) ([0ede9cd](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/0ede9cd93b50f300ec69aeeeff30bc4aab620c9a)) + ## [13.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.0...v13.1.1) (2024-08-09) diff --git a/package-lock.json b/package-lock.json index d25d4d81..debb1471 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.1.1", + "version": "13.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.1.1", + "version": "13.2.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^4.0.1", diff --git a/package.json b/package.json index 5af7366b..a674ef65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.1.1", + "version": "13.2.0", "description": "A typescript implementation of gossipsub", "files": [ "src",