From cf9ad9763e24add21befb947eed4f070580122a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 11:24:03 +0000 Subject: [PATCH] chore(master): release 14.1.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1363d3f1..36aad413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,16 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +## [14.1.2](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v14.1.1...v14.1.2) (2025-09-18) + + +### Bug Fixes + +* deliver message when publish ([#526](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/526)) ([2234bfa](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/2234bfa4bfcf296db19c3064f8b3945d2dc53e80)) +* fix the nosign policy validation wrong check ([5dac5fc](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/5dac5fc98826d49a3bc7b0f90cbf8b1e2d513dc3)) +* fix the nosign policy validation wrong check ([#530](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/530)) ([5dac5fc](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/5dac5fc98826d49a3bc7b0f90cbf8b1e2d513dc3)) +* remove duplicate pubkey conversion ([#531](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/531)) ([79f7cf0](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/79f7cf038f5ffc7d05389cf8cd859d3deda6d21e)) + ## [14.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v14.1.0...v14.1.1) (2025-03-28) diff --git a/package-lock.json b/package-lock.json index 71c56460..f77d1acd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "14.1.1", + "version": "14.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "14.1.1", + "version": "14.1.2", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^5.0.0", diff --git a/package.json b/package.json index b5e61189..3136726d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "14.1.1", + "version": "14.1.2", "description": "A typescript implementation of gossipsub", "files": [ "src",