We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d8ac56 + a8c494c commit 07b65c3Copy full SHA for 07b65c3
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rulesync",
3
- "version": "9.5.0",
+ "version": "9.6.0",
4
"description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
"keywords": [
6
"ai",
src/cli/index.ts
@@ -19,7 +19,7 @@ import { resolveGitignoreTargets } from "./commands/resolve-gitignore-targets.js
19
import { updateCommand, UpdateCommandOptions } from "./commands/update.js";
20
import { wrapCommand as _wrapCommand } from "./wrap-command.js";
21
22
-const getVersion = () => "9.5.0";
+const getVersion = () => "9.6.0";
23
24
function wrapCommand(
25
name: string,
0 commit comments