From 84208e2c8cee47a4a4d409f0753580d549f2e0ab Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 1 Jul 2026 01:16:27 -0700 Subject: [PATCH 1/2] chore(release): bump version to 9.1.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 3a058ea77..73eedd8c9 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.0.2"; +const getVersion = () => "9.1.0"; function wrapCommand( name: string, From dc92401a297576e574fc33c2e8a6ce824bc248e4 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Wed, 1 Jul 2026 01:16:50 -0700 Subject: [PATCH 2/2] chore(release): bump package.json version to 9.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ef1b1de4..ba38c3003 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "9.0.2", + "version": "9.1.0", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",