Skip to content

Commit de3f95e

Browse files
committed
chore(release): v0.63.1
1 parent 9d13fc3 commit de3f95e

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ Get an overview of how telemetry works for this project
6767
### [AI Assistants](./ai-assistants.md)
6868
Connect AI assistants like Claude Code, Cursor, and Windsurf to The Codegen Project via MCP (Model Context Protocol) for intelligent code generation assistance.
6969

70+

docs/contributing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,6 @@ Prefix that follows specification is not enough though. Remember that the title
183183

184184

185185

186+
186187

187188

docs/migrations/v0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@ outputPath/
139139

140140

141141

142+
142143

143144

docs/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $ npm install -g @the-codegen-project/cli
99
$ codegen COMMAND
1010
running command...
1111
$ codegen (--version)
12-
@the-codegen-project/cli/0.63.0 linux-x64 node-v18.20.8
12+
@the-codegen-project/cli/0.63.1 linux-x64 node-v18.20.8
1313
$ codegen --help [COMMAND]
1414
USAGE
1515
$ codegen COMMAND
@@ -85,7 +85,7 @@ DESCRIPTION
8585
Generate code based on your configuration, use `init` to get started.
8686
```
8787

88-
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.63.0/src/commands/generate.ts)_
88+
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.63.1/src/commands/generate.ts)_
8989

9090
## `codegen help [COMMAND]`
9191

@@ -145,7 +145,7 @@ DESCRIPTION
145145
Initialize The Codegen Project in your project
146146
```
147147

148-
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.63.0/src/commands/init.ts)_
148+
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.63.1/src/commands/init.ts)_
149149

150150
## `codegen telemetry ACTION`
151151

@@ -172,7 +172,7 @@ EXAMPLES
172172
$ codegen telemetry disable
173173
```
174174

175-
_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.63.0/src/commands/telemetry.ts)_
175+
_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.63.1/src/commands/telemetry.ts)_
176176

177177
## `codegen version`
178178

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@the-codegen-project/cli",
33
"description": "CLI to work with code generation in any environment",
4-
"version": "0.63.0",
4+
"version": "0.63.1",
55
"bin": {
66
"codegen": "./bin/run.mjs"
77
},

0 commit comments

Comments
 (0)