Skip to content

Commit

Permalink
chore(release): 4.0.0 (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: Conventional Changelog Action <[email protected]>
  • Loading branch information
github-actions[bot] and Conventional Changelog Action authored Nov 21, 2022
1 parent 7b5785b commit 7d919f8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/lidofinance/ethereum-validators-monitoring/compare/3.3.1...4.0.0) (2022-11-21)

Huge release, that brings refactoring and new table in DB, so data from old tables can't be used anymore.

### Features

* add fires count to alerts footer ([#60](https://github.com/lidofinance/ethereum-validators-monitoring/issues/60)) ([dc608bc](https://github.com/lidofinance/ethereum-validators-monitoring/commit/dc608bcd13de53ce132318e30f8f0bcd2bbef700))
* add footer to discord alerts ([#59](https://github.com/lidofinance/ethereum-validators-monitoring/issues/59)) ([4ae8f64](https://github.com/lidofinance/ethereum-validators-monitoring/commit/4ae8f640e49114effe5eef23fb122c045db5e971))
* metrics, change panels source ([#61](https://github.com/lidofinance/ethereum-validators-monitoring/issues/61)) ([064fb45](https://github.com/lidofinance/ethereum-validators-monitoring/commit/064fb451b1e627b6f1a46c5b0aaf28fc3b37cabe))
* support telegram alerts ([#57](https://github.com/lidofinance/ethereum-validators-monitoring/issues/57)) ([383adfb](https://github.com/lidofinance/ethereum-validators-monitoring/commit/383adfbc56ca0c171bf8c01acb539c2e26975a78))
* BREAKING CHANGES: Summary table. Related refactoring ([#53](https://github.com/lidofinance/ethereum-validators-monitoring/issues/53))


## [3.3.1](https://github.com/lidofinance/ethereum-validators-monitoring/compare/3.3.0...3.3.1) (2022-11-01)


Expand Down Expand Up @@ -59,3 +72,11 @@



## [1.3.4](https://github.com/lidofinance/ethereum-validators-monitoring/compare/1.3.3...1.3.4) (2022-07-25)



## 1.3.3 (2022-07-25)



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-validators-monitoring",
"version": "3.3.1",
"version": "4.0.0",
"main": "./dist/main.js",
"private": true,
"scripts": {
Expand Down Expand Up @@ -118,4 +118,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

0 comments on commit 7d919f8

Please sign in to comment.