Skip to content

Commit cdeded4

Browse files
chore(master): release 5.2.1 (#375)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 087a66a commit cdeded4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
1616

1717

18+
## [5.2.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.2.0...v5.2.1) (2022-11-15)
19+
20+
21+
### Bug Fixes
22+
23+
* unbound event listener ([#374](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/374)) ([087a66a](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/087a66aa13a430c973dfeb74735f38b1d3133363))
24+
1825
## [5.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.1.1...v5.2.0) (2022-11-13)
1926

2027

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-gossipsub",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "A typescript implementation of gossipsub",
55
"leadMaintainer": "Cayman Nava <[email protected]>",
66
"files": [

0 commit comments

Comments
 (0)