From 7cd4f996c51f220fcaf9d57b238cb7edd388bd73 Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Sat, 4 Apr 2026 14:20:19 +0000 Subject: [PATCH 1/2] chore: bump version to 7.27.1 --- 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 f2589272..8b33f289 100644 --- a/src/cli/index.ts +++ b/src/cli/index.ts @@ -17,7 +17,7 @@ import { mcpCommand } from "./commands/mcp.js"; import { updateCommand, UpdateCommandOptions } from "./commands/update.js"; import { wrapCommand as _wrapCommand } from "./wrap-command.js"; -const getVersion = () => "7.27.0"; +const getVersion = () => "7.27.1"; function wrapCommand( name: string, From ef0846b3f8bc18d9821f630f059d59f1b98856ea Mon Sep 17 00:00:00 2001 From: dyoshikawa Date: Sat, 4 Apr 2026 14:20:41 +0000 Subject: [PATCH 2/2] chore: update package.json version to 7.27.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d7293df..5b72f074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rulesync", - "version": "7.27.0", + "version": "7.27.1", "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools", "keywords": [ "ai",