From 7a6f4c3f2297e4ce6774f7b7e193d53588714e77 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 23 Jan 2026 17:52:12 +0800 Subject: [PATCH] chore: bump version to 6.3.43 - fix parallel-dev-cycle documentation inconsistencies --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ef12249..f18670f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-code-workflow", - "version": "6.3.42", + "version": "6.3.43", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-code-workflow", - "version": "6.3.42", + "version": "6.3.43", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", diff --git a/package.json b/package.json index e2588a5f..18a3aa24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.42", + "version": "6.3.43", "description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution", "type": "module", "main": "ccw/src/index.js",