From c6d458acf046f43bce0adc372b3d70faf419ff8d Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 11 Apr 2023 09:12:25 +0000 Subject: [PATCH] chore(release): 4.3.2 --- CHANGELOG.md | 21 +++++++++------------ package.json | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd2b54a..c0176930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.3.2](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.3.1...4.3.2) (2023-04-11) + + +### Bug Fixes + +* ignore cache while fetching data from head ([#155](https://github.com/lidofinance/ethereum-validators-monitoring/issues/155)) ([bddfdef](https://github.com/lidofinance/ethereum-validators-monitoring/commit/bddfdefcbb84171ba648f421bc03a7130289b397)) + + + ## [4.3.1](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.3.0...4.3.1) (2023-04-05) @@ -111,15 +120,3 @@ -## [4.0.2](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.0.1...4.0.2) (2022-11-29) - - -### Bug Fixes - -* compose, readme ([1bcfddd](https://github.com/lidofinance/ethereum-validators-monitoring/commit/1bcfddd62b1a52e80d41191064b300b9ac00027c)) -* DB_NAME and other DB env vars now make sense ([ca44ece](https://github.com/lidofinance/ethereum-validators-monitoring/commit/ca44ece380730b73e9168054afe1867549e925aa)) -* fantom alert ([b6bb128](https://github.com/lidofinance/ethereum-validators-monitoring/commit/b6bb128d75459ee891264f7d8e0cd46c0d902b54)) -* health check ([a456793](https://github.com/lidofinance/ethereum-validators-monitoring/commit/a456793faab1d67ed7221524553249dea8bc44a6)) - - - diff --git a/package.json b/package.json index c3f54341..0adc294d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-validators-monitoring", - "version": "4.3.1", + "version": "4.3.2", "main": "./dist/main.js", "private": true, "scripts": {