From c2d4e6bdefa8bfdf2f4450a7fc4717b830f87f43 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Thu, 9 Jul 2026 04:25:13 -0700 Subject: [PATCH 1/2] chore(release): bump getVersion to 9.6.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 a43934b13..ac991db30 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 = () => "9.5.0"; +const getVersion = () => "9.6.0"; function wrapCommand( name: string, From a8c494c729eb10046f322fcef0ace4702f7667c7 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Thu, 9 Jul 2026 04:25:22 -0700 Subject: [PATCH 2/2] chore(release): bump package version to 9.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58b17b1d1..0a3fcc259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "9.5.0", + "version": "9.6.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",