diff --git a/docs/README.md b/docs/README.md index 9c99467..b2fc9cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -72,3 +72,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 a2fa10e..c0297c0 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -188,5 +188,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 b74fa2d..d4df5b4 100644 --- a/docs/migrations/v0.md +++ b/docs/migrations/v0.md @@ -123,3 +123,4 @@ outputPath/ Upgraded node to minimum v22. + diff --git a/docs/usage.md b/docs/usage.md index 05d4035..1fcc37e 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.64.3 linux-x64 node-v22.22.0 +@the-codegen-project/cli/0.64.4 linux-x64 node-v22.22.0 $ 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.64.3/src/commands/base.ts)_ +_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/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.64.3/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/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.64.3/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/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.64.3/src/commands/telemetry.ts)_ +_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/src/commands/telemetry.ts)_ ## `codegen version` diff --git a/package-lock.json b/package-lock.json index 7840e61..eddc857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@the-codegen-project/cli", - "version": "0.64.3", + "version": "0.64.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@the-codegen-project/cli", - "version": "0.64.3", + "version": "0.64.4", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.24", diff --git a/package.json b/package.json index 99d7cf8..db3de24 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.64.3", + "version": "0.64.4", "bin": { "codegen": "./bin/run.mjs" },