Skip to content

Commit 1400b05

Browse files
chore(master): release 1.2.0 (#267)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8784c7 commit 1400b05

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@
1515
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245
1616

1717

18+
## [1.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v1.1.2...v1.2.0) (2022-06-15)
19+
20+
21+
### Features
22+
23+
* add msgIdToStrFn option ([#270](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/270)) ([7f475c5](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/7f475c5e02a6dae4b490ec8608b0cc60d9dd19f1))
24+
* improve heartbeat performance ([#268](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/268)) ([840883d](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/840883dabe02520164ff889e649c76d57fbf0d09))
25+
* remove messageIdFromString ([#274](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/274)) ([43faf93](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/43faf93a16e3cb0dc5dabe2ec63e866bbd0dbc82))
26+
27+
28+
### Bug Fixes
29+
30+
* 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))
31+
* only gossip validated messages ([#277](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/277)) ([c8784c7](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/c8784c7f41593cdd9ffa8670fd306ccab6c1e671))
32+
33+
34+
### Miscellaneous
35+
36+
* add linting to tests ([#279](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/279)) ([4b9b040](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/4b9b0402b898b71e6de4e6e4f1ce17688d8f1d13))
37+
* add missing release token ([#280](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/280)) ([fd75b2a](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/fd75b2a76ba05bf572e3e408274054a459655fc2))
38+
* remove gossipIncoming param ([#281](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/281)) ([d327999](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/d327999f790047e545f90a44dd920abf00b5c4fd))
39+
* update aegir ([#285](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/285)) ([e487d08](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/e487d0886e1b90fb87cd102af493240e629de7c9))
40+
1841
## [1.1.2](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v1.1.1...v1.1.2) (2022-06-03)
1942

2043

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-gossipsub",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "A typescript implementation of gossipsub",
55
"leadMaintainer": "Cayman Nava <[email protected]>",
66
"files": [

0 commit comments

Comments
 (0)