From c0c2fa45951c90e179c96494f8afc54c31c8cf02 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Tue, 18 Aug 2026 23:38:54 +0530 Subject: [PATCH] chore(release): publish CLI 0.8.43 --- bun.lock | 2 +- packages/cli/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 7821057d..72e233f2 100644 --- a/bun.lock +++ b/bun.lock @@ -272,7 +272,7 @@ }, "packages/cli": { "name": "@wrnexus/cli", - "version": "0.8.42", + "version": "0.8.43", "bin": { "wrnexus": "src/index.ts", }, diff --git a/packages/cli/package.json b/packages/cli/package.json index 58ffeb2f..a17d7c01 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wrnexus/cli", - "version": "0.8.42", + "version": "0.8.43", "type": "module", "main": "src/index.ts", "exports": {