From 87adafcb393bc8231057862d7b880b2c6dd02c74 Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 3 Dec 2024 18:51:21 +0000 Subject: [PATCH] chore(release): released version console-api/v2.36.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 ab0362cb..cd87f24f 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.36.0](https://github.com/akash-network/console/compare/console-web/v2.25.1-beta.1...2.36.0) (2024-12-03) + + +### Bug Fixes + +* dummy ([45ef56c](https://github.com/akash-network/console/commit/45ef56c43820196f6e4aec3ad5bb32ecfa259b00)) + ## [2.35.2](https://github.com/akash-network/console/compare/console-api/v2.35.2-beta.0...console-api/v2.35.2) (2024-12-02) ## [2.35.2-beta.0](https://github.com/akash-network/console/compare/console-api/v2.35.1...console-api/v2.35.2-beta.0) (2024-11-28) diff --git a/apps/api/package.json b/apps/api/package.json index fe13056b..24d276d7 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.35.2", + "version": "2.36.0", "description": "Api providing data to the deploy tool", "repository": { "type": "git",