Skip to content

Commit cf9ad97

Browse files
chore(master): release 14.1.2
1 parent 79f7cf0 commit cf9ad97

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
1616

1717

18+
## [14.1.2](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v14.1.1...v14.1.2) (2025-09-18)
19+
20+
21+
### Bug Fixes
22+
23+
* deliver message when publish ([#526](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/526)) ([2234bfa](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/2234bfa4bfcf296db19c3064f8b3945d2dc53e80))
24+
* fix the nosign policy validation wrong check ([5dac5fc](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/5dac5fc98826d49a3bc7b0f90cbf8b1e2d513dc3))
25+
* 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))
26+
* remove duplicate pubkey conversion ([#531](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/531)) ([79f7cf0](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/79f7cf038f5ffc7d05389cf8cd859d3deda6d21e))
27+
1828
## [14.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v14.1.0...v14.1.1) (2025-03-28)
1929

2030

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-gossipsub",
3-
"version": "14.1.1",
3+
"version": "14.1.2",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)