From 471cbfa0e7a4821b817608e8a2d36e473d93d73d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 13:09:17 -0500 Subject: [PATCH] chore(master): release 0.8.1 (#183) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23dc5310..658f4542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -152,6 +152,13 @@ - Add validations to ENR verification ([f5c53f](https://github.com/ChainSafe/discv5/commit/f5c53f)) +### [0.8.1](https://github.com/ChainSafe/discv5/compare/v0.8.0...v0.8.1) (2022-05-31) + + +### Bug Fixes + +* Remove p2p portions of multiaddr in `nodeAddressToString` ([#182](https://github.com/ChainSafe/discv5/issues/182)) ([72cd0f5](https://github.com/ChainSafe/discv5/commit/72cd0f5372f2a49599783b495e43fec8fe0e6ade)) + ## [0.8.0](https://github.com/ChainSafe/discv5/compare/v0.7.1...v0.8.0) (2022-05-25) diff --git a/package.json b/package.json index 7f8f3481..f64c9b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/discv5", - "version": "0.8.0", + "version": "0.8.1", "description": "Discovery V5", "main": "lib/index.js", "files": [