From ea22839044f98dfac6d6feb0ff7cc7a11757a59e Mon Sep 17 00:00:00 2001 From: Viet Tran Date: Thu, 8 Jan 2026 11:17:53 +0700 Subject: [PATCH] chore: bump cli version to 1.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- cli/package.json | 4 +++- cli/src/index.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index ba113a7..3ec5a91 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "uipro-cli", - "version": "1.4.0", + "version": "1.5.0", "description": "CLI to install UI/UX Pro Max skill for AI coding assistants", "type": "module", "bin": { @@ -25,6 +25,8 @@ "copilot", "kiro", "roocode", + "codex", + "qoder", "ai", "skill" ], diff --git a/cli/src/index.ts b/cli/src/index.ts index e76f148..a243af0 100644 --- a/cli/src/index.ts +++ b/cli/src/index.ts @@ -12,7 +12,7 @@ const program = new Command(); program .name('uipro') .description('CLI to install UI/UX Pro Max skill for AI coding assistants') - .version('1.4.0'); + .version('1.5.0'); program .command('init')