Skip to content

Commit ff620fd

Browse files
chore(master): release 13.0.0 (#492)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1958aab commit ff620fd

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

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

1717

18+
## [13.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v12.0.0...v13.0.0) (2024-02-27)
19+
20+
21+
### ⚠ BREAKING CHANGES
22+
23+
* The `allowPublishToZeroPeers` option has been renamed to `allowPublishToZeroTopicPeers`
24+
25+
### Features
26+
27+
* graft/prune events and mesh peer tagging ([#383](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/383)) ([42b5b92](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/42b5b927eab3f61b54d1796399219f292a66eeea))
28+
29+
30+
### Bug Fixes
31+
32+
* make PublishError.InsufficientPeers more self-explanatory ([#487](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/487)) ([1958aab](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/1958aabc1d0c77170a20d00c10fe416a8fed200f)), closes [#472](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/472)
33+
1834
## [12.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.2.1...v12.0.0) (2024-02-10)
1935

2036

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": "12.0.0",
3+
"version": "13.0.0",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)