Skip to content

Commit

Permalink
chore(release): 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2023-11-12)

### Bug Fixes

* do not stringify headers for logging ([#61](#61)) ([59e73d8](59e73d8))
* silence max listeners exceeded warning ([#62](#62)) ([cce9446](cce9446))
  • Loading branch information
semantic-release-bot committed Nov 12, 2023
1 parent cce9446 commit fe69086
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.0.1](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.0...v5.0.1) (2023-11-12)


### Bug Fixes

* do not stringify headers for logging ([#61](https://github.com/ChainSafe/js-libp2p-yamux/issues/61)) ([59e73d8](https://github.com/ChainSafe/js-libp2p-yamux/commit/59e73d8bd5db59ec2b606a37f19b30d801dcf80a))
* silence max listeners exceeded warning ([#62](https://github.com/ChainSafe/js-libp2p-yamux/issues/62)) ([cce9446](https://github.com/ChainSafe/js-libp2p-yamux/commit/cce94469cbdac581baf0375b88aa6d38b0778a88))

## [5.0.0](https://github.com/ChainSafe/js-libp2p-yamux/compare/v4.0.2...v5.0.0) (2023-08-03)


Expand Down
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-yamux",
"version": "5.0.0",
"version": "5.0.1",
"description": "Yamux stream multiplexer for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ChainSafe/js-libp2p-yamux#readme",
Expand Down

0 comments on commit fe69086

Please sign in to comment.