diff --git a/CHANGELOG.md b/CHANGELOG.md index 970207d1..d00d2db3 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 +## [5.4.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.3.0...v5.4.0) (2022-12-22) + + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) + ## [5.3.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.2.1...v5.3.0) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index f89d3c97..ffab27e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.3.0", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.3.0", + "version": "5.4.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^1.0.3", diff --git a/package.json b/package.json index 9c231087..27f522c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.3.0", + "version": "5.4.0", "description": "A typescript implementation of gossipsub", "leadMaintainer": "Cayman Nava ", "files": [