From 20be2b5b36aa9431345e7b9694bda7c68e23ab7e Mon Sep 17 00:00:00 2001 From: ty <786220806@qq.com> Date: Mon, 30 Mar 2026 17:12:10 +0800 Subject: [PATCH] chore(cli): bump release to 0.1.2 --- packages/cli/package.json | 2 +- packages/cli/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5381840..a308a42 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@moemail/cli", - "version": "0.1.1", + "version": "0.1.2", "description": "Agent-first CLI for MoeMail temporary email service", "type": "module", "bin": { diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 303ff05..eec4660 100644 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -14,7 +14,7 @@ const program = new Command(); program .name("moemail") .description("MoeMail CLI — Agent-friendly temporary email tool") - .version("0.1.0") + .version("0.1.2") .option("--json", "output as JSON"); registerConfigCommand(program);