Skip to content

Commit b667b5d

Browse files
chore(master): release 14.1.2
1 parent 2234bfa commit b667b5d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
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-05-27)
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+
1825
## [14.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v14.1.0...v14.1.1) (2025-03-28)
1926

2027

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)