From b77e6ca2e5391c8b25278cdfbf9b821019321921 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:55:13 -0500 Subject: [PATCH] chore(master): release 11.1.0 (#482) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c2bdd5..d726c33b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,14 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [11.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.0.1...v11.1.0) (2024-01-08) + + +### Features + +* batch publish ([#480](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/480)) ([c11b924](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/c11b924f9df02e150b884f01200206f48dc7a666)) +* type safe metric labels ([#479](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/479)) ([67c2a55](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/67c2a55fb523988c9e130a29b86051347a14ebda)) + ## [11.0.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.0.0...v11.0.1) (2023-12-05) diff --git a/package-lock.json b/package-lock.json index 8d1dd139..1c05ba57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.0.1", + "version": "11.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.0.1", + "version": "11.1.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^3.0.1", diff --git a/package.json b/package.json index 351757d9..437b1576 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "11.0.1", + "version": "11.1.0", "description": "A typescript implementation of gossipsub", "files": [ "src",