From 6b7c3e19d44fa1c1a8a33871643282651ab948d9 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Sun, 12 Apr 2026 15:02:58 +0000 Subject: [PATCH 1/2] chore: bump version to 7.30.0 --- src/cli/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/index.ts b/src/cli/index.ts index c67f3c29..d010d2cd 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -17,7 +17,7 @@ import { mcpCommand } from "./commands/mcp.js"; import { updateCommand, UpdateCommandOptions } from "./commands/update.js"; import { wrapCommand as _wrapCommand } from "./wrap-command.js"; -const getVersion = () => "7.29.0"; +const getVersion = () => "7.30.0"; function wrapCommand( name: string, From fddce33de3ce5785bfb735e9ae7fdedb86406ca5 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Sun, 12 Apr 2026 15:04:33 +0000 Subject: [PATCH 2/2] chore: update package.json version to 7.30.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1140782..a4fcb821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "7.29.0", + "version": "7.30.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",