From 030fc8595406b93f120961e87d9cd86aba4fce89 Mon Sep 17 00:00:00 2001 From: CI Date: Mon, 30 Dec 2024 13:02:43 +0000 Subject: [PATCH] chore(release): released version console-api/v2.43.4 --- apps/api/CHANGELOG.md | 7 +++++++ apps/api/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index b236d8eb6..f18f67373 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.43.4](https://github.com/akash-network/console/compare/console-api/v2.43.3...console-api/v2.43.4) (2024-12-30) + + +### Bug Fixes + +* **billing:** properly check fee grant before tx ([b721141](https://github.com/akash-network/console/commit/b72114172847514cbccbd831db3503d20f533aed)) + ## [2.43.3](https://github.com/akash-network/console/compare/console-api/v2.43.2...console-api/v2.43.3) (2024-12-30) diff --git a/apps/api/package.json b/apps/api/package.json index b6777289a..8030d49f8 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.43.3", + "version": "2.43.4", "description": "Api providing data to the deploy tool", "repository": { "type": "git",