diff --git a/CHANGELOG.md b/CHANGELOG.md index f524028..b14c3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.1...v5.0.2) (2023-11-12) + + +### Bug Fixes + +* remove abortable iterator from muxer ([#63](https://github.com/ChainSafe/js-libp2p-yamux/issues/63)) ([064bf1c](https://github.com/ChainSafe/js-libp2p-yamux/commit/064bf1cc56bc4bdaa0f950a1f434f25c66e036a9)) + ## [5.0.1](https://github.com/ChainSafe/js-libp2p-yamux/compare/v5.0.0...v5.0.1) (2023-11-12) diff --git a/package.json b/package.json index dfed7fc..6498661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-yamux", - "version": "5.0.1", + "version": "5.0.2", "description": "Yamux stream multiplexer for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ChainSafe/js-libp2p-yamux#readme",