From 05219dfe871d8ed7c0f5f21f15b9fad8b93bafb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 21:59:23 +0000 Subject: [PATCH] chore(master): release 6.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6579fc19..15f2b9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,26 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [6.3.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v6.2.0...v6.3.0) (2023-04-13) + + +### Features + +* make log as protected ([#407](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/407)) ([5b3aee9](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/5b3aee94c90dcd0e42266b5413c0349674cf309c)) + + +### Bug Fixes + +* add rpc error metrics ([#412](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/412)) ([5cd8b07](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/5cd8b0737a2ef40d9a093977e19240ae6d93b951)) +* add types to exports in packages.json ([#419](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/419)) ([100592a](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/100592a019c38ff5e0ab5db596feb7fa6ae4923c)) +* track promise only after a successful sendRpc() ([#415](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/415)) ([a959b09](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/a959b096c0e78d8754b5a9726e11e055d8685ef0)) + + +### Miscellaneous + +* **deps:** bump @libp2p/interface-connection to 4.0.0 ([#421](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/421)) ([50a99c7](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/50a99c74bdb0e02a4bece21a9878590cb5da9042)) +* remove lead maintainer ([#422](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/422)) ([38d5d65](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/38d5d657a3d975c6ad72c6822ce4281ea0f1b0d0)) + ## [6.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v6.1.0...v6.2.0) (2023-02-21) diff --git a/package-lock.json b/package-lock.json index d2ec0c52..fa36bc02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "6.2.0", + "version": "6.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "6.2.0", + "version": "6.3.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^1.0.3", diff --git a/package.json b/package.json index a888e650..50b9a5fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "6.2.0", + "version": "6.3.0", "description": "A typescript implementation of gossipsub", "files": [ "dist",