diff --git a/docs/README.md b/docs/README.md index 1a0e595e..6f71a56d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -80,3 +80,4 @@ Connect AI assistants like Claude Code, Cursor, and Windsurf to The Codegen Proj + diff --git a/docs/contributing.md b/docs/contributing.md index b3778110..b1829d41 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -196,5 +196,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 c24f34c0..b2e75ac8 100644 --- a/docs/migrations/v0.md +++ b/docs/migrations/v0.md @@ -168,3 +168,4 @@ interface GeneratedFile { 4. Optionally leverage the new `content` property for in-memory processing + diff --git a/docs/usage.md b/docs/usage.md index a35947ba..dbf0687c 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -9,7 +9,7 @@ $ npm install -g @the-codegen-project/cli $ codegen COMMAND running command... $ codegen (--version) -@the-codegen-project/cli/0.71.0 linux-x64 node-v22.22.2 +@the-codegen-project/cli/0.72.0 linux-x64 node-v22.22.2 $ 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.71.0/src/commands/base.ts)_ +_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.72.0/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.71.0/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.72.0/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.71.0/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.72.0/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.71.0/src/commands/telemetry.ts)_ +_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.72.0/src/commands/telemetry.ts)_ ## `codegen version` diff --git a/package-lock.json b/package-lock.json index 33dbc03a..21edf302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@the-codegen-project/cli", - "version": "0.71.0", + "version": "0.72.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@the-codegen-project/cli", - "version": "0.71.0", + "version": "0.72.0", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^14.2.0", diff --git a/package.json b/package.json index b4838495..653fcc1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@the-codegen-project/cli", "description": "CLI to work with code generation in any environment", - "version": "0.71.0", + "version": "0.72.0", "bin": { "codegen": "./bin/run.mjs" },