From b667b5dbc2c2cf6f12aa476b245eea3dc38c12bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 16:00:09 +0000 Subject: [PATCH] chore(master): release 14.1.2 --- 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 1363d3f1..1e4de5b5 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 +## [14.1.2](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v14.1.1...v14.1.2) (2025-05-27) + + +### 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)) + ## [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",