From 05978811b5b2d635779bf0c314bda926d9f2cdc6 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Fri, 12 May 2023 18:08:48 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9166c..41ea5d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -# 0.1.0 (2023-05-12) +## [0.1.1](https://github.com/lidofinance/withdrawals-api/compare/0.1.0...0.1.1) (2023-05-12) + + +### Bug Fixes + +* fix convert amount ([86b8bb1](https://github.com/lidofinance/withdrawals-api/commit/86b8bb1c911cd4fee107ef4df22522610116369a)) +* fix rounding ([f9a41b4](https://github.com/lidofinance/withdrawals-api/commit/f9a41b4dbbf96040cedb1a4aa39242f380b9352b)) +* fix rounding for 1 eth ([499c0b3](https://github.com/lidofinance/withdrawals-api/commit/499c0b3ef131124208934df2028cf056247cc1d9)) + + + +# [0.1.0](https://github.com/lidofinance/withdrawals-api/compare/9dcf446e6fc3a99ddf1eae6b8ad114026cedeae3...0.1.0) (2023-05-12) ### Bug Fixes diff --git a/package.json b/package.json index 757201c..8804ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "withdrawals-api", - "version": "0.1.0", + "version": "0.1.1", "description": "Withdrawals API", "author": "Lido team", "private": true,