From 4ee3f1d34061269a8c489635ff057c632e3aa2ed Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Mon, 27 Apr 2026 03:41:29 +0000 Subject: [PATCH 1/2] chore: bump version to 8.12.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 76bb0d75f..38639d1ea 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -19,7 +19,7 @@ import { resolveGitignoreTargets } from "./commands/resolve-gitignore-targets.js import { updateCommand, UpdateCommandOptions } from "./commands/update.js"; import { wrapCommand as _wrapCommand } from "./wrap-command.js"; -const getVersion = () => "8.11.0"; +const getVersion = () => "8.12.0"; function wrapCommand( name: string, From 5b59cf2f29cd0e3ca3d13a6ac006c32f290884bc Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Mon, 27 Apr 2026 03:42:03 +0000 Subject: [PATCH 2/2] chore: update package.json to 8.12.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91f98660f..69e931876 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "8.11.0", + "version": "8.12.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",