diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5fd95a..960b8240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,23 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [6.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v6.0.0...v6.1.0) (2023-01-19) + + +### Features + +* added allowPublishToZeroPeers as optional param to publish function ([#395](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/395)) ([e7c88ac](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/e7c88acb83d6b7f25f38074f37668e17860dd518)) + + +### Bug Fixes + +* ignore new closed connection ([#399](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/399)) ([20d54f4](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/20d54f4d3cad5732859e4594f3bc54cc0b7278dd)) + + +### Miscellaneous + +* replace err-code with CodeError ([#397](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/397)) ([4842680](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/484268005aec682bb8104d6f617a4bab5d8be82a)) + ## [6.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.4.1...v6.0.0) (2023-01-09) diff --git a/package-lock.json b/package-lock.json index 0ca9f7e9..ae22652e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "6.0.0", + "version": "6.1.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^1.0.3", diff --git a/package.json b/package.json index c9be4804..04ffef8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "6.0.0", + "version": "6.1.0", "description": "A typescript implementation of gossipsub", "leadMaintainer": "Cayman Nava ", "files": [