Skip to content

Commit

Permalink
chore(master): release 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 9, 2024
1 parent 7aa91c2 commit ee478de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
* chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245


## [13.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.1.0...v13.1.1) (2024-08-09)


### Bug Fixes

* remove CustomEvent import ([#499](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/499)) ([ee9c1ad](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/ee9c1ad9a41bd64465ce93f208583325c6ae79fa))


### Miscellaneous

* **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))

## [13.1.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v13.0.0...v13.1.0) (2024-06-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "13.1.0",
"version": "13.1.1",
"description": "A typescript implementation of gossipsub",
"files": [
"src",
Expand Down

0 comments on commit ee478de

Please sign in to comment.