From 1a6262db18d95575c4f0848b934a2ba9652ac5a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:45:19 +0000 Subject: [PATCH] chore(master): release 13.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f5476c..9206db97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,22 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [13.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v12.0.0...v13.0.0) (2024-02-27) + + +### ⚠ BREAKING CHANGES + +* The `allowPublishToZeroPeers` option has been renamed to `allowPublishToZeroTopicPeers` + +### Features + +* graft/prune events and mesh peer tagging ([#383](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/383)) ([42b5b92](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/42b5b927eab3f61b54d1796399219f292a66eeea)) + + +### Bug Fixes + +* make PublishError.InsufficientPeers more self-explanatory ([#487](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/487)) ([1958aab](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/1958aabc1d0c77170a20d00c10fe416a8fed200f)), closes [#472](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/472) + ## [12.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.2.1...v12.0.0) (2024-02-10) diff --git a/package-lock.json b/package-lock.json index 135e0dcf..01972874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "12.0.0", + "version": "13.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^4.0.1", diff --git a/package.json b/package.json index fee21741..c2273bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "12.0.0", + "version": "13.0.0", "description": "A typescript implementation of gossipsub", "files": [ "src",