diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f05f6dc..328f192c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.13.2](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v0.13.2...v0.13.1) (2022-03-25) + +- Do not apply P3 penalty if peers are pruned from topic mesh +- Fix flood publish behavior +- Increase the default for seenTTL to match that of go-libp2p +- _publish: Only compute score if peer stream has FloodsubID protocol +- Migrate tests to Typescript +- Prettier +- Apply strict-boolean-expression eslint rule + # [0.13.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v0.13.1...v0.13.0) (2022-02-14) - Fix async getFastMsgIdStr function diff --git a/package.json b/package.json index 08930558..501e0cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-gossipsub", - "version": "0.13.1", + "version": "0.13.2", "description": "A typescript implementation of gossipsub", "leadMaintainer": "Cayman Nava ", "main": "src/index.js",