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 7f0478e + d438519 commit c1bd2f8Copy full SHA for c1bd2f8
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rulesync",
3
- "version": "13.0.0",
+ "version": "14.0.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 = () => "13.0.0";
+const getVersion = () => "14.0.0";
23
24
function wrapCommand(
25
name: string,
0 commit comments