From 2ef4a7274ab31c53b4ee0a97a6dc473009b0c491 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 27 Apr 2022 14:18:26 +0100 Subject: [PATCH] chore: release version v0.13.6 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab109fc..d52fca60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [0.13.6](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v0.14.0...v0.13.6) (2022-04-27) + + +### Bug Fixes + +* browser tests ([cd09f89](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/cd09f891d116cb4de6783b3a0814d6dcb2df5489)) +* more of the go-gossipsub tests passing ([2045fde](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/2045fde3687a56331cd31463930bcd2f9e34362c)) +* tests passing ([2d74e27](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/2d74e270dc7033e5ac304a312d4bc22863ebe199)) +* update to esm libp2p and deps ([6785f17](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/6785f1705aae763096315c004bf7355efea314ea)) + + +### BREAKING CHANGES + +* the output of this module is now ESM-only + + + # [0.14.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v0.14.0...v0.13.2) (2022-04-05) - New gossipsub implementation: better performance, async validation flow, improved peer scores significantly, add a lot of metrics