diff --git a/CHANGELOG.md b/CHANGELOG.md index f013d9eb..8360bc0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [5.2.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.2.0...v5.2.1) (2022-11-15) + + +### Bug Fixes + +* unbound event listener ([#374](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/374)) ([087a66a](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/087a66aa13a430c973dfeb74735f38b1d3133363)) + ## [5.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.1.1...v5.2.0) (2022-11-13) diff --git a/package-lock.json b/package-lock.json index de63f0d2..5afd8221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.2.0", + "version": "5.2.1", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^1.0.3", diff --git a/package.json b/package.json index 682a3c4a..8b7018f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.2.0", + "version": "5.2.1", "description": "A typescript implementation of gossipsub", "leadMaintainer": "Cayman Nava ", "files": [