From eb53ea96a765a4aeed19b4feee273126a8286616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 22:01:29 -0500 Subject: [PATCH] chore(master): release 11.0.1 (#478) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 851c1293..83c2bdd5 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 +## [11.0.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.0.0...v11.0.1) (2023-12-05) + + +### Bug Fixes + +* make peer score use component logger ([#476](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/476)) ([dba38d1](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/dba38d1d5093bac32d4c5c37a35699b09131e762)) + ## [11.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v10.1.1...v11.0.0) (2023-12-03) diff --git a/package-lock.json b/package-lock.json index 4d27d666..8d1dd139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.0.0", + "version": "11.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.0.0", + "version": "11.0.1", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^3.0.1", diff --git a/package.json b/package.json index b7ed012a..351757d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.0.0", + "version": "11.0.1", "description": "A typescript implementation of gossipsub", "files": [ "src",