Skip to content

Commit

Permalink
Merge pull request #18 from lidofinance/pre-release-0.1.0
Browse files Browse the repository at this point in the history
chore(release): 0.1.0
  • Loading branch information
infloop authored Jan 9, 2023
2 parents f622ab1 + 7b2bc55 commit 485abca
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# 0.1.0 (2023-01-09)


### Bug Fixes

* add find method for modules endpoint ([eaa2a8b](https://github.com/lidofinance/lido-node-operators-keys-api/commit/eaa2a8bd58afccf4d657eaf7ebc3a7d7daae79d1))
* add modules endpoints ([deefcca](https://github.com/lidofinance/lido-node-operators-keys-api/commit/deefcca1d7b2b36026bab74aa09a6c97fa495c7f))
* add temporary solution for test running ([0c14d88](https://github.com/lidofinance/lido-node-operators-keys-api/commit/0c14d8827350e22a8e85b2525f8c7bf5ef7db9b1))
* add tests for find modules' method ([e1893d5](https://github.com/lidofinance/lido-node-operators-keys-api/commit/e1893d5b790aa32397c498efc78534cb9fb20d17))
* add transaction ([0869b64](https://github.com/lidofinance/lido-node-operators-keys-api/commit/0869b642ddff3062f84028d819893bf0985ed010))
* chains import ([3303a42](https://github.com/lidofinance/lido-node-operators-keys-api/commit/3303a42f7fd6458e76cd61802b65cbe07882bfad))
* change LogLevel ([9d314cc](https://github.com/lidofinance/lido-node-operators-keys-api/commit/9d314cc9c0170d99fcc2b8a297d65dd19c7edee8))
* changed provider name, add network label to build_info ([d82bafd](https://github.com/lidofinance/lido-node-operators-keys-api/commit/d82bafd1ba7a11f2db47f8d54064f055e6ea86a6))
* envs ([8cdc282](https://github.com/lidofinance/lido-node-operators-keys-api/commit/8cdc28256331c017bf8827f477a21d4f3f839326))
* fix keys controller query parsing. ([e85d779](https://github.com/lidofinance/lido-node-operators-keys-api/commit/e85d7799ea7c242eeefdd15c374f3a08b925ddc8))
* job name and el metrics ([560b275](https://github.com/lidofinance/lido-node-operators-keys-api/commit/560b2757100e60dab59fbb5c2a286861a8ae95f8))
* keys/find endpoint ([ed0d2ad](https://github.com/lidofinance/lido-node-operators-keys-api/commit/ed0d2ad3fa93d92feceb731fd4a1ce199a385116))
* lint cleanup ([676a20d](https://github.com/lidofinance/lido-node-operators-keys-api/commit/676a20d636b68ca50df127a17f1a250d9e44362b))
* migration env name ([058bb92](https://github.com/lidofinance/lido-node-operators-keys-api/commit/058bb92838f6095360fdc8fcd7d464a2c0278ae0))
* migration env name ([cc37781](https://github.com/lidofinance/lido-node-operators-keys-api/commit/cc3778156e1243f1225349558a5f97b2692fb5b0))
* naming, add meta to modules endpoints ([ecbfbec](https://github.com/lidofinance/lido-node-operators-keys-api/commit/ecbfbecb769d1bd04255a5ed24044e3adc3dfa78))
* readme ([0894edc](https://github.com/lidofinance/lido-node-operators-keys-api/commit/0894edcc2595077da8c0a33f54217eaa05231a5e))
* some changes after review ([e4dc7ec](https://github.com/lidofinance/lido-node-operators-keys-api/commit/e4dc7eca44838eac95bf709e2f0047c730bd43c2))
* typos, readme, add chainId check during app start ([f1b62d9](https://github.com/lidofinance/lido-node-operators-keys-api/commit/f1b62d9b6be37289508e1da0215fe321964e9e47))
* undefined meta, readme ([3b8e83c](https://github.com/lidofinance/lido-node-operators-keys-api/commit/3b8e83cfb983e12e397a4eb8ab21fa33679eb7cc))
* yarn lockfile ([f2b9a38](https://github.com/lidofinance/lido-node-operators-keys-api/commit/f2b9a38f1633e791c7872791a944e9a500140203))


### Features

* add endpoints ([86d7f85](https://github.com/lidofinance/lido-node-operators-keys-api/commit/86d7f85dac21e3ade4c2aaaaa76d733095481fab))
* add tests ([4ce49d2](https://github.com/lidofinance/lido-node-operators-keys-api/commit/4ce49d291f20190740ae3612470c242ca43ca686))
* add workflow for build image ([b6ce0b8](https://github.com/lidofinance/lido-node-operators-keys-api/commit/b6ce0b8d8bd75393d6fb893c4ee0583cc291bdd0))
* added migrations support ([82a8f39](https://github.com/lidofinance/lido-node-operators-keys-api/commit/82a8f392f5f99f82ab6e0f50e9f55bff6dac41fe))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lido-no-keys-service",
"version": "0.0.1",
"version": "0.1.0",
"description": "Lido Node Operators keys service",
"author": "Lido team",
"private": true,
Expand Down Expand Up @@ -89,4 +89,4 @@
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.4"
}
}
}

0 comments on commit 485abca

Please sign in to comment.