diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecef4ff..d9301a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ * chore: update cd action by @mpetrunic in https://github.com/ChainSafe/js-libp2p-gossipsub/pull/245 +### [1.0.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v1.0.0...v1.0.1) (2022-05-17) + + +### Miscellaneous + +* move ts/ to src/ ([#250](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/250)) ([6bf0693](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/6bf0693f924785abd933c9ee37332ab00ce947d0)) + ## [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 diff --git a/package.json b/package.json index 75dc94d0..ed0e3fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "1.0.0", + "version": "1.0.1", "description": "A typescript implementation of gossipsub", "leadMaintainer": "Cayman Nava ", "files": [