Skip to content

Commit

Permalink
chore(master): release 13.0.0 (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 28, 2024
1 parent 1958aab commit ff620fd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245


## [13.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v12.0.0...v13.0.0) (2024-02-27)


### ⚠ BREAKING CHANGES

* The `allowPublishToZeroPeers` option has been renamed to `allowPublishToZeroTopicPeers`

### Features

* 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))


### Bug Fixes

* 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)

## [12.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v11.2.1...v12.0.0) (2024-02-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/libp2p-gossipsub",
"version": "12.0.0",
"version": "13.0.0",
"description": "A typescript implementation of gossipsub",
"files": [
"src",
Expand Down

0 comments on commit ff620fd

Please sign in to comment.