Skip to content

Commit b4e6a8d

Browse files
chore(master): release 11.2.0 (#486)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cc4ff3b commit b4e6a8d

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+
## [11.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.1.0...v11.2.0) (2024-01-30)
19+
20+
21+
### Features
22+
23+
* add runOnTransientConnection option to pass to registrar ([#485](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/485)) ([986ff6c](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/986ff6c420026654179bc398ba139c87a2277ea7))
24+
25+
26+
### Bug Fixes
27+
28+
* write peer stream messages atomically ([#484](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/484)) ([cc4ff3b](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/cc4ff3bfa4f09b9a1b4bfedd20468dc2c06be895))
29+
1830
## [11.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.0.1...v11.1.0) (2024-01-08)
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": "11.1.0",
3+
"version": "11.2.0",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)