From 9e08630125123a28360e85416f4760e53f0631ef Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 27 May 2026 02:22:01 -0700 Subject: [PATCH 1/2] chore(release): bump getVersion to 8.22.0 Co-Authored-By: Claude Opus 4.7 --- 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 75946d897..a750d4acb 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.21.0"; +const getVersion = () => "8.22.0"; function wrapCommand( name: string, From 43a10e8d7d78d4c1bbb81772e32a1a6abf52b09a Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 27 May 2026 02:22:28 -0700 Subject: [PATCH 2/2] chore(release): bump version to 8.22.0 Co-Authored-By: Claude Opus 4.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22522ddee..43b52cc2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "8.21.0", + "version": "8.22.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",