diff --git a/docs/README.md b/docs/README.md index ef5d2ea..f0e8429 100644 --- a/docs/README.md +++ b/docs/README.md @@ -69,3 +69,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 f4273ac..e26130f 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -185,5 +185,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 7d5c395..d009785 100644 --- a/docs/migrations/v0.md +++ b/docs/migrations/v0.md @@ -141,5 +141,6 @@ outputPath/ + diff --git a/docs/usage.md b/docs/usage.md index cee6a12..4060aa6 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.0 linux-x64 node-v18.20.8 +@the-codegen-project/cli/0.64.1 linux-x64 node-v18.20.8 $ 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.0/src/commands/base.ts)_ +_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.64.1/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.0/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.64.1/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.0/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.64.1/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.0/src/commands/telemetry.ts)_ +_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.64.1/src/commands/telemetry.ts)_ ## `codegen version` diff --git a/package-lock.json b/package-lock.json index 93f9f4e..346bc25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@the-codegen-project/cli", - "version": "0.64.0", + "version": "0.64.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@the-codegen-project/cli", - "version": "0.64.0", + "version": "0.64.1", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.24", diff --git a/package.json b/package.json index 11c70fc..dd7bd05 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.0", + "version": "0.64.1", "bin": { "codegen": "./bin/run.mjs" },