Skip to content

Commit

Permalink
chore(release): 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.2](v4.0.1...v4.0.2) (2023-05-17)

### Bug Fixes

* improve decode performance with subarray ([#49](#49)) ([684de7c](684de7c))

### Dependencies

* upgrade deps ([#52](#52)) ([d00570c](d00570c))
  • Loading branch information
semantic-release-bot committed May 17, 2023
1 parent d00570c commit dc55dcf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [4.0.2](https://github.com/ChainSafe/js-libp2p-yamux/compare/v4.0.1...v4.0.2) (2023-05-17)


### Bug Fixes

* improve decode performance with subarray ([#49](https://github.com/ChainSafe/js-libp2p-yamux/issues/49)) ([684de7c](https://github.com/ChainSafe/js-libp2p-yamux/commit/684de7cd5f8614ab34122c3f4bb6671c9288618c))


### Dependencies

* upgrade deps ([#52](https://github.com/ChainSafe/js-libp2p-yamux/issues/52)) ([d00570c](https://github.com/ChainSafe/js-libp2p-yamux/commit/d00570c9313c7f141559827be58f122db719dbaf))

## [4.0.1](https://github.com/ChainSafe/js-libp2p-yamux/compare/v4.0.0...v4.0.1) (2023-05-01)


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": "4.0.1",
"version": "4.0.2",
"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 dc55dcf

Please sign in to comment.