diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c771267..75c44cc0 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.30.4](https://github.com/Cap-go/CLI/compare/v4.30.3...v4.30.4) (2025-01-08) + + +### Bug Fixes + +* use correct path ([98e16c0](https://github.com/Cap-go/CLI/commit/98e16c0327b990633bea3195478fa76599ae372b)) + ### [4.30.3](https://github.com/Cap-go/CLI/compare/v4.30.2...v4.30.3) (2025-01-08) diff --git a/package.json b/package.json index d265cf1b..686bfc4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/cli", - "version": "4.30.3", + "version": "4.30.4", "description": "A CLI to upload to capgo servers", "author": "github.com/riderx", "license": "Apache 2.0",