From bd5460c6c0fba63b27d8671b438cb0495d232773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:44:31 -0400 Subject: [PATCH] chore(master): release 13.1.0 (#496) 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 9206db97..fb075624 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 +## [13.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.0.0...v13.1.0) (2024-06-20) + + +### Features + +* add service capabilities and dependencies definition ([#497](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/497)) ([9ffc2a2](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/9ffc2a2c2fa49ef2ff8f99865048e9c16a79a19a)) +* publish at least mesh_n peers ([#493](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/493)) ([bc3906f](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/bc3906f4e1cc2c31dd9b98a0b6a1e51d33ac003a)) + ## [13.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v12.0.0...v13.0.0) (2024-02-27) diff --git a/package-lock.json b/package-lock.json index c5932896..353e411d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.0.0", + "version": "13.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.0.0", + "version": "13.1.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^4.0.1", diff --git a/package.json b/package.json index 09751e4a..89a6e4a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "13.0.0", + "version": "13.1.0", "description": "A typescript implementation of gossipsub", "files": [ "src",