Skip to content

Commit a1f58ca

Browse files
chore(master): release 13.1.1 (#500)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7aa91c2 commit a1f58ca

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

1717

18+
## [13.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.0...v13.1.1) (2024-08-09)
19+
20+
21+
### Bug Fixes
22+
23+
* remove CustomEvent import ([#499](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/499)) ([ee9c1ad](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/ee9c1ad9a41bd64465ce93f208583325c6ae79fa))
24+
25+
26+
### Miscellaneous
27+
28+
* **deps-dev:** bump undici from 5.28.2 to 5.28.4 ([#495](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/495)) ([7aa91c2](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/7aa91c207d7faf32d1d268991220c54666acb54a))
29+
1830
## [13.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.0.0...v13.1.0) (2024-06-20)
1931

2032

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

0 commit comments

Comments
 (0)