From 7e964755e56da78e32bb9e999c30c6239d632428 Mon Sep 17 00:00:00 2001 From: jonaslagoni Date: Thu, 9 Jul 2026 13:29:54 +0000 Subject: [PATCH] chore(release): v0.72.9 --- docs/README.md | 1 + docs/contributing.md | 1 + docs/migrations/v0.md | 1 + docs/usage.md | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index b76cb055..a53cd245 100644 --- a/docs/README.md +++ b/docs/README.md @@ -87,5 +87,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 cea09bc8..f4c865e3 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -205,5 +205,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 99faf473..e1ae60ab 100644 --- a/docs/migrations/v0.md +++ b/docs/migrations/v0.md @@ -177,3 +177,4 @@ interface GeneratedFile { + diff --git a/docs/usage.md b/docs/usage.md index f244a2fa..672145e6 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.8 linux-x64 node-v22.23.1 +@alagoni97/cli/0.72.9 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.8/src/commands/base.ts)_ +_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.72.9/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.8/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.72.9/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.8/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.72.9/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.8/src/commands/telemetry.ts)_ +_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.72.9/src/commands/telemetry.ts)_ ## `codegen version` diff --git a/package-lock.json b/package-lock.json index 9f925905..41572604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alagoni97/cli", - "version": "0.72.8", + "version": "0.72.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alagoni97/cli", - "version": "0.72.8", + "version": "0.72.9", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^14.2.0", diff --git a/package.json b/package.json index 01b55093..f01bcd43 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.8", + "version": "0.72.9", "bin": { "codegen": "./bin/run.mjs" },