From e36781772a9008394d64813705e66e4912968e3d Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Thu, 23 Apr 2026 15:42:33 +0000 Subject: [PATCH 1/2] chore: update version to 8.9.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 44aa3613..af2db6b5 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.8.1"; +const getVersion = () => "8.9.0"; function wrapCommand( name: string, From 6824e128042729f28a5c335207c4127362fe2128 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Thu, 23 Apr 2026 15:43:10 +0000 Subject: [PATCH 2/2] chore: update package.json version to 8.9.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13f0cfd8..e7f58f3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "8.8.1", + "version": "8.9.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",