Skip to content

Commit 5f774d6

Browse files
chore(master): release 10.1.1 (#469)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3af4e7a commit 5f774d6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

1717

18+
## [10.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v10.1.0...v10.1.1) (2023-11-21)
19+
20+
21+
### Bug Fixes
22+
23+
* runsFactor in benchmark ([#467](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/467)) ([aa208c2](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/aa208c2f6bad1c4c0b03cf48e6c76078c272bff9))
24+
* use typed event emitter class ([#470](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/470)) ([3af4e7a](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/3af4e7aec8e295ae3132e2ff3f79cca458fecd5d))
25+
26+
27+
### Miscellaneous
28+
29+
* update linter rules ([#471](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/471)) ([a39115c](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/a39115c1b38da45e20ff4d8643675e26dd82e63f))
30+
1831
## [10.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v10.0.0...v10.1.0) (2023-08-22)
1932

2033

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "10.1.0",
3+
"version": "10.1.1",
44
"description": "A typescript implementation of gossipsub",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)