Skip to content

Commit 6326e4d

Browse files
chore(master): release 14.0.0 (#506)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1f8f634 commit 6326e4d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@
1515
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
1616

1717

18+
## [14.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.2.0...v14.0.0) (2024-09-11)
19+
20+
21+
### ⚠ BREAKING CHANGES
22+
23+
* Can only be used with [email protected] or later
24+
25+
### Features
26+
27+
* update to [email protected] ([#504](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/504)) ([1f8f634](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/1f8f634781df389dbb38c84f722e4b8f22ed4400))
28+
1829
## [13.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.1...v13.2.0) (2024-08-19)
1930

2031

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-gossipsub",
3-
"version": "13.2.0",
3+
"version": "14.0.0",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)