From df755d44e349cae9dc97b92369673298b5696b76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 04:29:29 +0000 Subject: [PATCH] chore(main): release 0.4.3 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1f8868..5205fca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.3](https://github.com/sudoblockio/icon-tracker-frontend/compare/v0.4.2...v0.4.3) (2024-02-07) + + +### Bug Fixes + +* add back the bonded percent [#270](https://github.com/sudoblockio/icon-tracker-frontend/issues/270) ([8ee74ae](https://github.com/sudoblockio/icon-tracker-frontend/commit/8ee74ae4ba54a471ec171afc33d17979e4364ed6)) +* set default values for setCommissionRate and initCommissionRate to the equivalent commission rate that will maintain current reward distribution, and set max rate change to 10% to avoid drastic changes in short periods of time ([6bde43d](https://github.com/sudoblockio/icon-tracker-frontend/commit/6bde43d8dffad2cd289f8f8201594bd46850c4e2)) + ## [0.4.2](https://github.com/sudoblockio/icon-tracker-frontend/compare/v0.4.1...v0.4.2) (2024-02-02) diff --git a/package.json b/package.json index 134ab131..ede479f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icon-tracker", - "version": "0.4.2", + "version": "0.4.3", "private": true, "dependencies": { "@ledgerhq/hw-transport-webhid": "^6.27.17",