Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Apr 17, 2022
1 parent 3ca193f commit dc319ec
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# [1.2.0](https://github.com/lidofinance/lido-council-daemon/compare/1.1.3...1.2.0) (2022-04-17)


### Bug Fixes

* deposit cache validating ([a7cdfcb](https://github.com/lidofinance/lido-council-daemon/commit/a7cdfcb39a0b7624647747e776db539919cee194))
* Docker + security and docker lints ([7698a0c](https://github.com/lidofinance/lido-council-daemon/commit/7698a0cc550323e36cc82c819bf935d4ec9d9d29))
* fetch operators data by blockhash ([a0f746e](https://github.com/lidofinance/lido-council-daemon/commit/a0f746eb63448aae28fe89af873833d6d6c98f2b))
* guardian test ([4685d9c](https://github.com/lidofinance/lido-council-daemon/commit/4685d9c4d359fc11a36db0209303d393081d1810))
* not root docker user ([0423948](https://github.com/lidofinance/lido-council-daemon/commit/04239489a42e7b0ce301f1ec57e7aa79c38dd6fe))
* replace with user node ([4b14d31](https://github.com/lidofinance/lido-council-daemon/commit/4b14d31a202c3a3b6c34b4be31f89d93edf92fcc))
* timer ([f8a456a](https://github.com/lidofinance/lido-council-daemon/commit/f8a456ab745d936c879b48e4e8c68a8618d299e2))
* vuln fix - bump minimist to 1.2.6 ([b583a32](https://github.com/lidofinance/lido-council-daemon/commit/b583a321d8d9ff37948ab5c588bafe9207c25814))


### Features

* dummy docs update to start dev build ([e54c6ce](https://github.com/lidofinance/lido-council-daemon/commit/e54c6ce9875cf2de34d7155be1bb2bde90ee76d6))
* extend pause message ([d0378e1](https://github.com/lidofinance/lido-council-daemon/commit/d0378e1b1baba84541e2a10dbab8636691578afd))
* fetch data by blockhash ([80cf072](https://github.com/lidofinance/lido-council-daemon/commit/80cf072093b2b23ae001f2dab20b06a3b9968e42))
* get initial NO data by blockhash ([f3ed421](https://github.com/lidofinance/lido-council-daemon/commit/f3ed421e9358c0a078c1995fd25db1540177305c))
* health checks ([7cbef83](https://github.com/lidofinance/lido-council-daemon/commit/7cbef836d081e22974f5eb1b93accdfc5788503f))
* improve initial cache check logs ([8cbd995](https://github.com/lidofinance/lido-council-daemon/commit/8cbd99557dc103e0887efe3d6cab35c0baeb39a3))
* improve logs ([cec34f5](https://github.com/lidofinance/lido-council-daemon/commit/cec34f5fc1dbeaf1a59b1014d3a88313a7b35a0d))
* network for build info ([d53d72d](https://github.com/lidofinance/lido-council-daemon/commit/d53d72d0b6eb034318079e50cc59d0f48ff2e1c7))
* ping message ([3aa7d9e](https://github.com/lidofinance/lido-council-daemon/commit/3aa7d9e555b335b097a58b6e11a8aa78141da441))
* update docs ([cc51ad5](https://github.com/lidofinance/lido-council-daemon/commit/cc51ad56eb9638e0233fc403a1093092bef579c5))



# [1.1.0](https://github.com/lidofinance/lido-council-daemon/compare/1.0.5...1.1.0) (2021-10-28)



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lido-council-daemon",
"version": "1.1.3",
"version": "1.2.0",
"description": "Lido Council Daemon",
"author": "Lido team",
"private": true,
Expand Down Expand Up @@ -95,4 +95,4 @@
"coverageDirectory": "../coverage",
"testEnvironment": "node"
}
}
}

0 comments on commit dc319ec

Please sign in to comment.