From 400789481e69400de1a94b43ffe93b00de661c14 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Thu, 25 Jun 2020 20:03:21 +0200 Subject: [PATCH] chore: release version v0.18.6 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46299ef6..36bdbc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.18.6](https://github.com/libp2p/js-libp2p-webrtc-star/compare/v0.18.5...v0.18.6) (2020-06-25) + + +### Bug Fixes + +* use simple-peer fork that does not throw when setting error codes ([#231](https://github.com/libp2p/js-libp2p-webrtc-star/issues/231)) ([5795435](https://github.com/libp2p/js-libp2p-webrtc-star/commit/5795435)) + + + ## [0.18.5](https://github.com/libp2p/js-libp2p-webrtc-star/compare/v0.18.4...v0.18.5) (2020-06-18)