From d550b488138d8eff3c54d648289d57fd1eb0ca0f Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Thu, 28 Mar 2019 23:21:30 +0100 Subject: [PATCH] chore: release version v0.42.4 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4492093..afe2510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.42.4](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.3...v0.42.4) (2019-03-28) + + +### Bug Fixes + +* improve dial queue and parallel dials ([#315](https://github.com/libp2p/js-libp2p-switch/issues/315)) ([fcbcccc](https://github.com/libp2p/js-libp2p-switch/commit/fcbcccc)) + + + ## [0.42.3](https://github.com/libp2p/js-libp2p-switch/compare/v0.42.2...v0.42.3) (2019-03-28)