Skip to content

Commit 5689bac

Browse files
chore(master): release 6.1.0 (#396)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 20d54f4 commit 5689bac

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

1717

18+
## [6.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v6.0.0...v6.1.0) (2023-01-19)
19+
20+
21+
### Features
22+
23+
* added allowPublishToZeroPeers as optional param to publish function ([#395](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/395)) ([e7c88ac](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/e7c88acb83d6b7f25f38074f37668e17860dd518))
24+
25+
26+
### Bug Fixes
27+
28+
* ignore new closed connection ([#399](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/399)) ([20d54f4](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/20d54f4d3cad5732859e4594f3bc54cc0b7278dd))
29+
30+
31+
### Miscellaneous
32+
33+
* replace err-code with CodeError ([#397](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/397)) ([4842680](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/484268005aec682bb8104d6f617a4bab5d8be82a))
34+
1835
## [6.0.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.4.1...v6.0.0) (2023-01-09)
1936

2037

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": "6.0.0",
3+
"version": "6.1.0",
44
"description": "A typescript implementation of gossipsub",
55
"leadMaintainer": "Cayman Nava <caymannava@gmail.com>",
66
"files": [

0 commit comments

Comments
 (0)