Skip to content

Commit 9e57215

Browse files
chore(master): release 13.2.0 (#503)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ede9cd commit 9e57215

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
1616

1717

18+
## [13.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.1...v13.2.0) (2024-08-19)
19+
20+
21+
### Features
22+
23+
* 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))
24+
25+
26+
### Miscellaneous
27+
28+
* Add AsyncIterable benchmarks ([#361](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/361)) ([0ede9cd](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/0ede9cd93b50f300ec69aeeeff30bc4aab620c9a))
29+
1830
## [13.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.0...v13.1.1) (2024-08-09)
1931

2032

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-gossipsub",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)