From 8e916e226238746b255f1903292a540cdaf2d035 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 10:43:08 +0000 Subject: [PATCH] chore(master): release 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": [