From dcbf97b5455ab8fc7bad369b7bf0a7f28ef3f26d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:15:51 +0500 Subject: [PATCH] chore(release): 4.1.0 (#99) Co-authored-by: Conventional Changelog Action --- CHANGELOG.md | 21 +++++++++------------ package.json | 4 ++-- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67768a4c..f965a43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.1.0](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.0.3...4.1.0) (2023-01-10) + + +### Features + +* Develop ([#96](https://github.com/lidofinance/ethereum-validators-monitoring/issues/96)) ([0981e34](https://github.com/lidofinance/ethereum-validators-monitoring/commit/0981e345109ffe69a823396906b618fc5582f10b)), closes [#86](https://github.com/lidofinance/ethereum-validators-monitoring/issues/86) [#87](https://github.com/lidofinance/ethereum-validators-monitoring/issues/87) [#85](https://github.com/lidofinance/ethereum-validators-monitoring/issues/85) [#89](https://github.com/lidofinance/ethereum-validators-monitoring/issues/89) [#91](https://github.com/lidofinance/ethereum-validators-monitoring/issues/91) [#93](https://github.com/lidofinance/ethereum-validators-monitoring/issues/93) [#95](https://github.com/lidofinance/ethereum-validators-monitoring/issues/95) [#90](https://github.com/lidofinance/ethereum-validators-monitoring/issues/90) + + + ## [4.0.3](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.0.2...4.0.3) (2022-12-08) @@ -91,15 +100,3 @@ -# [3.0.0](https://github.com/lidofinance/ethereum-validators-monitoring/compare/2.0.0...3.0.0) (2022-09-14) - - -* Develop (#25) ([fd76362](https://github.com/lidofinance/ethereum-validators-monitoring/commit/fd76362536c4c0e14c349217883cc2c42335a37e)), closes [#25](https://github.com/lidofinance/ethereum-validators-monitoring/issues/25) [#20](https://github.com/lidofinance/ethereum-validators-monitoring/issues/20) [#21](https://github.com/lidofinance/ethereum-validators-monitoring/issues/21) [#22](https://github.com/lidofinance/ethereum-validators-monitoring/issues/22) [#24](https://github.com/lidofinance/ethereum-validators-monitoring/issues/24) [#23](https://github.com/lidofinance/ethereum-validators-monitoring/issues/23) - - -### BREAKING CHANGES - -* rename EL and CL related env vars - - - diff --git a/package.json b/package.json index 3f004b20..ffc4fc5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-validators-monitoring", - "version": "4.0.3", + "version": "4.1.0", "main": "./dist/main.js", "private": true, "scripts": { @@ -119,4 +119,4 @@ "coverageDirectory": "../coverage", "testEnvironment": "node" } -} +} \ No newline at end of file