From 88cf9704bf5ae433a572024996a6a77ba32664f5 Mon Sep 17 00:00:00 2001 From: hilezir Date: Fri, 29 Jan 2021 19:13:11 +0800 Subject: [PATCH] Release v0.39.0-20210129 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ff6dd..94b25fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [0.39.0-20210129](https://github.com/hilezir/etoro-better-ui/compare/v0.38.0-20210127...v0.39.0-20210129) (2021-01-29) + + +### Bug Fixes + +* **TradeDialog:** fix unexpected float points rendering ([5c00c13](https://github.com/hilezir/etoro-better-ui/commit/5c00c131cab108a44295009ce7c923e886543801)) + + +### Features + +* **PositionCloseDialog:** space able to trigger the button of close position ([b0f5edf](https://github.com/hilezir/etoro-better-ui/commit/b0f5edfe65465dc84328bc4ad55b959ae1759b99)) +* **TradeDialog:** add points of far to lost ([9be527a](https://github.com/hilezir/etoro-better-ui/commit/9be527a0fa8404d9263178e86a7a26477893dac1)) +* **TradeDialog:** also show the value of points which your TP for win ([358ed0f](https://github.com/hilezir/etoro-better-ui/commit/358ed0f3325fa4bd635843a6c74f272933f96468)) + + + # [0.38.0-20210127](https://github.com/hilezir/etoro-better-ui/compare/v0.38.0-20210124.beta...v0.38.0-20210127) (2021-01-26) diff --git a/package.json b/package.json index 65b401e..f616630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "etoro-better-ui", - "version": "0.38.0-20210127", + "version": "0.39.0-20210129", "description": "", "main": "index.js", "scripts": {