Skip to content

Commit e2e1009

Browse files
chore(master): release 5.4.0 (#386)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c8ddee commit e2e1009

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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+
## [5.4.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.3.0...v5.4.0) (2022-12-22)
19+
20+
21+
### Features
22+
23+
* track pruned messages in tracer ([#384](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/384)) ([dbeb879](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/dbeb8792a380c172f6aade3ab01e6c90140375e5))
24+
25+
26+
### Bug Fixes
27+
28+
* tracer to track delivered message if duplicate ([#385](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/385)) ([0c8ddee](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/0c8ddee13a94b44f182ea685cdddc6b7cee43ec4))
29+
1830
## [5.3.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.2.1...v5.3.0) (2022-12-01)
1931

2032

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.3.0",
3+
"version": "5.4.0",
44
"description": "A typescript implementation of gossipsub",
55
"leadMaintainer": "Cayman Nava <[email protected]>",
66
"files": [

0 commit comments

Comments
 (0)