diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index 5e1efc2..f6fd430 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.37.1](https://github.com/akash-network/console/compare/console-api/v2.37.0...console-api/v2.37.1) (2024-12-09) + + +### Bug Fixes + +* dummy ([d5fb834](https://github.com/akash-network/console/commit/d5fb834d6823ed76a9bc7893e3fc87ff3953bbc3)) + ## 2.37.0 (2024-12-09) diff --git a/apps/api/package.json b/apps/api/package.json index 537099c..90392fa 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.37.0", + "version": "2.37.1", "description": "Api providing data to the deploy tool", "repository": { "type": "git",