From 66529fa89833bd995acc5f3f4875de43ca7dc1a4 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 15 Jun 2020 16:31:00 +0200 Subject: [PATCH] chore: release version v0.5.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e29f89b8..cededdbf3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.5.3](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.2...v0.5.3) (2020-06-15) + + +### Bug Fixes + +* not create stream if it already exists ([#48](https://github.com/libp2p/js-libp2p-pubsub/issues/48)) ([f3b06d9](https://github.com/libp2p/js-libp2p-pubsub/commit/f3b06d9)) + + + ## [0.5.2](https://github.com/libp2p/js-libp2p-pubsub/compare/v0.5.1...v0.5.2) (2020-06-04)