From 8fd59d0f4d7875ae32fbce54a949790d0cca1ef0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 14:39:48 +0000 Subject: [PATCH] chore(master): release 0.7.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374cc9d7..fdcbf65c 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.7.1](https://github.com/ChainSafe/discv5/compare/v0.7.0...v0.7.1) (2022-05-11) + + +### Miscellaneous + +* Bump peer-id dep to latest ([#174](https://github.com/ChainSafe/discv5/issues/174)) ([27bdd26](https://github.com/ChainSafe/discv5/commit/27bdd26b371d3d8c8e7e7bc442f53a27db20ba8e)) + ## [0.7.0](https://github.com/ChainSafe/discv5/compare/v0.7.0...v0.7.0) (2022-04-27) diff --git a/package.json b/package.json index 5f6172a3..1f642133 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/discv5", - "version": "0.7.0", + "version": "0.7.1", "description": "Discovery V5", "main": "lib/index.js", "files": [