Skip to content

Commit

Permalink
chore(master): release 4.1.0 (#333)
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] authored Aug 24, 2022
1 parent ce9b671 commit 7ff13d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245


## [4.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v4.0.0...v4.1.0) (2022-08-24)


### Features

* add option to limit OutboundStream buffer size ([#325](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/325)) ([ce9b671](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/ce9b671fd17b98b8ecc48ec61df6a503c181eaee))


### Bug Fixes

* skip heartbeat only if it's close to the next heartbeat ([#332](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/332)) ([0c6c42b](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/0c6c42bce0e6f0aa5fb2e7955d225197bd2b4f5e))

## [4.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v3.5.1...v4.0.0) (2022-08-11)


Expand Down
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": "4.0.0",
"version": "4.1.0",
"description": "A typescript implementation of gossipsub",
"leadMaintainer": "Cayman Nava <caymannava@gmail.com>",
"files": [
Expand Down

0 comments on commit 7ff13d0

Please sign in to comment.