From 299e01159613b214315304a3b8959f151b686a73 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 22 Apr 2026 13:22:05 +0000 Subject: [PATCH 1/2] chore: bump getVersion() to 8.8.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 63028487..52cb38e8 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -18,7 +18,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.7.0"; +const getVersion = () => "8.8.0"; function wrapCommand( name: string, From 9ffb9fab704df8a89f75a17a98833f011036af88 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 22 Apr 2026 13:23:00 +0000 Subject: [PATCH 2/2] chore: bump package.json version to 8.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ef81973..de598819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "8.7.0", + "version": "8.8.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",