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 029c614 + be6300c commit 2d493eeCopy full SHA for 2d493ee
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rulesync",
3
- "version": "9.6.3",
+ "version": "9.7.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.6.3";
+const getVersion = () => "9.7.0";
23
24
function wrapCommand(
25
name: string,
0 commit comments