Skip to content

Commit

Permalink
chore(master): release 1.2.0 (#267)
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 Jun 15, 2022
1 parent c8784c7 commit 1400b05
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245


## [1.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v1.1.2...v1.2.0) (2022-06-15)


### Features

* add msgIdToStrFn option ([#270](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/270)) ([7f475c5](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/7f475c5e02a6dae4b490ec8608b0cc60d9dd19f1))
* improve heartbeat performance ([#268](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/268)) ([840883d](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/840883dabe02520164ff889e649c76d57fbf0d09))
* remove messageIdFromString ([#274](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/274)) ([43faf93](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/43faf93a16e3cb0dc5dabe2ec63e866bbd0dbc82))


### Bug Fixes

* finding outbound peers in heartbeat ([#266](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/266)) ([17c25a1](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/17c25a1b4af1446615c42bdb2ed2f208b3f6a5ad))
* only gossip validated messages ([#277](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/277)) ([c8784c7](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/c8784c7f41593cdd9ffa8670fd306ccab6c1e671))


### Miscellaneous

* add linting to tests ([#279](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/279)) ([4b9b040](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/4b9b0402b898b71e6de4e6e4f1ce17688d8f1d13))
* add missing release token ([#280](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/280)) ([fd75b2a](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/fd75b2a76ba05bf572e3e408274054a459655fc2))
* remove gossipIncoming param ([#281](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/281)) ([d327999](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/d327999f790047e545f90a44dd920abf00b5c4fd))
* update aegir ([#285](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/285)) ([e487d08](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/e487d0886e1b90fb87cd102af493240e629de7c9))

## [1.1.2](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v1.1.1...v1.1.2) (2022-06-03)


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": "1.1.2",
"version": "1.2.0",
"description": "A typescript implementation of gossipsub",
"leadMaintainer": "Cayman Nava <[email protected]>",
"files": [
Expand Down

0 comments on commit 1400b05

Please sign in to comment.