From d3853766f3070a92af25ad833c4d6d11d56c222a Mon Sep 17 00:00:00 2001 From: Jonas Lagoni Date: Wed, 19 Feb 2025 20:46:14 +0100 Subject: [PATCH] chore(release): v0.32.0 (#190) --- docs/README.md | 1 + docs/contributing.md | 1 + docs/usage.md | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 57498dc..cbb175c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -53,3 +53,4 @@ Each protocol has its own limitations, corner cases, and features; thus, each ha + diff --git a/docs/contributing.md b/docs/contributing.md index 8357833..f85bd2e 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -141,3 +141,4 @@ Prefix that follows specification is not enough though. Remember that the title + diff --git a/docs/usage.md b/docs/usage.md index 151b35f..510b3e5 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.31.0 linux-x64 node-v18.20.6 +@the-codegen-project/cli/0.32.0 linux-x64 node-v18.20.6 $ codegen --help [COMMAND] USAGE $ codegen COMMAND @@ -81,7 +81,7 @@ DESCRIPTION Generate code based on your configuration, use `init` to get started. ``` -_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.31.0/src/commands/generate.ts)_ +_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.32.0/src/commands/generate.ts)_ ## `codegen help [COMMAND]` @@ -139,7 +139,7 @@ DESCRIPTION Initialize The Codegen Project in your project ``` -_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.31.0/src/commands/init.ts)_ +_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.32.0/src/commands/init.ts)_ ## `codegen version` diff --git a/package-lock.json b/package-lock.json index b0152d2..f2e020c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@the-codegen-project/cli", - "version": "0.31.0", + "version": "0.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@the-codegen-project/cli", - "version": "0.31.0", + "version": "0.32.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.22", diff --git a/package.json b/package.json index e2d8141..cda2f2f 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.31.0", + "version": "0.32.0", "bin": { "codegen": "./bin/run.mjs" },