diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 47afa0032..56fa43cb3 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.27.5](https://github.com/akash-network/console/compare/console-web/v2.27.4...console-web/v2.27.5) (2024-12-27) + + +### Bug Fixes + +* make sure to deposit with 0 balance ([8246395](https://github.com/akash-network/console/commit/8246395ba15e622ba5c82824548e18b16ffc0101)) + ## [2.27.4](https://github.com/akash-network/console/compare/console-web/v2.27.3...console-web/v2.27.4) (2024-12-27) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 4bb1d9e9b..489b35ae0 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.27.4", + "version": "2.27.5", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",