From 41854c2559729f2fe7ca3020faccf26c4df4387e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Nov 2024 10:35:31 +0000 Subject: [PATCH] chore(release): 4.24.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 946a7f9e..138e8e94 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.24.0](https://github.com/Cap-go/CLI/compare/v4.23.2...v4.24.0) (2024-11-06) + + +### Features + +* add checkValidOptions to add message for user when then combine wrong options ([caecf99](https://github.com/Cap-go/CLI/commit/caecf9984adde7cb336ee953be6b95871838eb2f)) + ### [4.23.2](https://github.com/Cap-go/CLI/compare/v4.23.1...v4.23.2) (2024-11-05) diff --git a/package.json b/package.json index 4eff62ac..0c828801 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capgo/cli", - "version": "4.23.2", + "version": "4.24.0", "description": "A CLI to upload to capgo servers", "author": "github.com/riderx", "license": "Apache 2.0",