diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 15d48030c..e52741237 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.27.10](https://github.com/akash-network/console/compare/console-web/v2.27.9...console-web/v2.27.10) (2024-12-30) + + +### Bug Fixes + +* **billing:** fix usdc balance calculation ([18b6ef3](https://github.com/akash-network/console/commit/18b6ef3a0785f115651eec5afcbe25ab433af386)) + ## [2.27.9](https://github.com/akash-network/console/compare/console-web/v2.27.8...console-web/v2.27.9) (2024-12-30) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 8ca987376..060db7eb1 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.27.9", + "version": "2.27.10", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",