From 7d8ed95fd72d0cc838d65d23c3a87058d409e01d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Nov 2022 04:06:46 +0000 Subject: [PATCH] chore(master): release 5.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e3bdfc..f013d9eb 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 +## [5.2.0](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.1.1...v5.2.0) (2022-11-13) + + +### Features + +* remove unnecessary conversion from Multiaddr to IP ([#369](https://github.com/ChainSafe/js-libp2p-gossipsub/issues/369)) ([e37c7c2](https://github.com/ChainSafe/js-libp2p-gossipsub/commit/e37c7c2e7872284093eabc765a4ddafb9e56f690)) + ## [5.1.1](https://github.com/ChainSafe/js-libp2p-gossipsub/compare/v5.1.0...v5.1.1) (2022-11-03) diff --git a/package-lock.json b/package-lock.json index 50ee9669..de63f0d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.1.1", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.1.1", + "version": "5.2.0", "license": "Apache-2.0", "dependencies": { "@libp2p/crypto": "^1.0.3", diff --git a/package.json b/package.json index a6f1e2f8..682a3c4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/libp2p-gossipsub", - "version": "5.1.1", + "version": "5.2.0", "description": "A typescript implementation of gossipsub", "leadMaintainer": "Cayman Nava ", "files": [