diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e18645..4b67ff68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.13.0] - 2023-10-18 + +### Added + +- Added `test` runner and `HTML report` maker workflows to the GitHub Actions which launch after creating PRs against the `master` branch. PRs: [bfx-report#337](https://github.com/bitfinexcom/bfx-report/pull/337), [bfx-reports-framework#325](https://github.com/bitfinexcom/bfx-reports-framework/pull/325), [bfx-report-electron#259](https://github.com/bitfinexcom/bfx-report-electron/pull/259) +- Implemented `Account Fees`, `Account Value` and `LEO level` sections on the new `Summary` page, added minor styling adjustments. PR: [bfx-report-ui#716](https://github.com/bitfinexcom/bfx-report-ui/pull/716) + +### Security + +- Removed `lodash` lib usage. PRs: [bfx-report#336](https://github.com/bitfinexcom/bfx-report/pull/336), [bfx-report-ui#717](https://github.com/bitfinexcom/bfx-report-ui/pull/717), [lib-js-util-base#6](https://github.com/bitfinexcom/lib-js-util-base/pull/6) + ## [4.12.0] - 2023-10-04 ### Added diff --git a/bfx-report-ui b/bfx-report-ui index f2615af4..5db1647f 160000 --- a/bfx-report-ui +++ b/bfx-report-ui @@ -1 +1 @@ -Subproject commit f2615af4d3deb5fa0761b5ad072e9afe28a650ae +Subproject commit 5db1647f91a87e33c8da5c3d6352abf406f7bffc diff --git a/bfx-reports-framework b/bfx-reports-framework index 5411e01d..3f48d503 160000 --- a/bfx-reports-framework +++ b/bfx-reports-framework @@ -1 +1 @@ -Subproject commit 5411e01d7f4b367aa88006b1e5a6836ead429147 +Subproject commit 3f48d5039c57c12318f52ab523bcc1f9e413a04c diff --git a/package.json b/package.json index 8405fad3..94599ccf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-report-electron", - "version": "4.12.0", + "version": "4.13.0", "repository": "https://github.com/bitfinexcom/bfx-report-electron", "description": "Reporting tool", "author": "bitfinex.com",