From cee14bb5750f7637bea896f4b4dfe60a677d2580 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 19 Dec 2024 10:01:18 +0000 Subject: [PATCH] chore(release): released version console-api/v2.43.0 --- 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 1177b3c70..10d0b9fbd 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.43.0](https://github.com/akash-network/console/compare/console-api/v2.42.0...console-api/v2.43.0) (2024-12-19) + + +### Features + +* **billing:** resolve with valid only grants and allowances from http service ([77a0ffc](https://github.com/akash-network/console/commit/77a0ffcfe0ce912814d3e3803af6b1ac803cde71)) + ## [2.42.0](https://github.com/akash-network/console/compare/console-api/v2.41.1...console-api/v2.42.0) (2024-12-18) diff --git a/apps/api/package.json b/apps/api/package.json index 227d524b3..fef0b2ec4 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.42.0", + "version": "2.43.0", "description": "Api providing data to the deploy tool", "repository": { "type": "git",