diff --git a/docs/README.md b/docs/README.md index 2b0ffd30..fbc40d1b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -85,5 +85,6 @@ Connect AI assistants like Claude Code, Cursor, and Windsurf to The Codegen Proj + diff --git a/docs/contributing.md b/docs/contributing.md index 71465c95..8ce34052 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -203,5 +203,6 @@ Prefix that follows specification is not enough though. Remember that the title + diff --git a/docs/migrations/v0.md b/docs/migrations/v0.md index ac215712..452f1c5a 100644 --- a/docs/migrations/v0.md +++ b/docs/migrations/v0.md @@ -175,3 +175,4 @@ interface GeneratedFile { + diff --git a/docs/usage.md b/docs/usage.md index c7b10d91..ab3430c9 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -9,7 +9,7 @@ $ npm install -g @alagoni97/cli $ codegen COMMAND running command... $ codegen (--version) -@alagoni97/cli/0.72.6 linux-x64 node-v22.23.1 +@alagoni97/cli/0.72.7 linux-x64 node-v22.23.1 $ codegen --help [COMMAND] USAGE $ codegen COMMAND @@ -80,7 +80,7 @@ FLAGS --silent Suppress all output except fatal errors ``` -_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.72.6/src/commands/base.ts)_ +_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.72.7/src/commands/base.ts)_ ## `codegen generate [FILE]` @@ -111,7 +111,7 @@ DESCRIPTION configuration. ``` -_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.72.6/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.72.7/src/commands/generate.ts)_ ## `codegen help [COMMAND]` @@ -178,7 +178,7 @@ DESCRIPTION Initialize The Codegen Project in your project ``` -_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.72.6/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.72.7/src/commands/init.ts)_ ## `codegen telemetry ACTION` @@ -211,7 +211,7 @@ EXAMPLES $ codegen telemetry disable ``` -_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.72.6/src/commands/telemetry.ts)_ +_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.72.7/src/commands/telemetry.ts)_ ## `codegen version` diff --git a/package-lock.json b/package-lock.json index 9d45527b..c2d3e1c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alagoni97/cli", - "version": "0.72.6", + "version": "0.72.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alagoni97/cli", - "version": "0.72.6", + "version": "0.72.7", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^14.2.0", diff --git a/package.json b/package.json index 4da9082c..12958262 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@alagoni97/cli", "description": "CLI to work with code generation in any environment", - "version": "0.72.6", + "version": "0.72.7", "bin": { "codegen": "./bin/run.mjs" },