From cd32435e0d6d3143b21e08fc3cac4b94f57548bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Nov 2024 12:48:34 +0000 Subject: [PATCH] chore(release): 4.25.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7415f783..157de834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.25.1](https://github.com/Cap-go/CLI/compare/v4.25.0...v4.25.1) (2024-11-12) + + +### Bug Fixes + +* appId for broken cap config ([053fac5](https://github.com/Cap-go/CLI/commit/053fac513f1794e1ad6f3fa1539a78ebdc8b79cf)) + ## [4.25.0](https://github.com/Cap-go/CLI/compare/v4.24.2...v4.25.0) (2024-11-12) diff --git a/package.json b/package.json index 2b69c78d..0384f207 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/cli", - "version": "4.25.0", + "version": "4.25.1", "description": "A CLI to upload to capgo servers", "author": "github.com/riderx", "license": "Apache 2.0",