Skip to content

Commit d7e9d1c

Browse files
authored
chore(release): v0.64.4 (#333)
1 parent f1d4db8 commit d7e9d1c

6 files changed

Lines changed: 11 additions & 8 deletions

File tree

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ Connect AI assistants like Claude Code, Cursor, and Windsurf to The Codegen Proj
7272

7373

7474

75+

docs/contributing.md

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

189189

190190

191+
191192

192193

docs/migrations/v0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ outputPath/
123123

124124
Upgraded node to minimum v22.
125125

126+

docs/usage.md

Lines changed: 5 additions & 5 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.64.3 linux-x64 node-v22.22.0
12+
@the-codegen-project/cli/0.64.4 linux-x64 node-v22.22.0
1313
$ codegen --help [COMMAND]
1414
USAGE
1515
$ codegen COMMAND
@@ -80,7 +80,7 @@ FLAGS
8080
--silent Suppress all output except fatal errors
8181
```
8282

83-
_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.64.3/src/commands/base.ts)_
83+
_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/src/commands/base.ts)_
8484

8585
## `codegen generate [FILE]`
8686

@@ -111,7 +111,7 @@ DESCRIPTION
111111
configuration.
112112
```
113113

114-
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.64.3/src/commands/generate.ts)_
114+
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/src/commands/generate.ts)_
115115

116116
## `codegen help [COMMAND]`
117117

@@ -178,7 +178,7 @@ DESCRIPTION
178178
Initialize The Codegen Project in your project
179179
```
180180

181-
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.64.3/src/commands/init.ts)_
181+
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/src/commands/init.ts)_
182182

183183
## `codegen telemetry ACTION`
184184

@@ -211,7 +211,7 @@ EXAMPLES
211211
$ codegen telemetry disable
212212
```
213213

214-
_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.64.3/src/commands/telemetry.ts)_
214+
_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.64.4/src/commands/telemetry.ts)_
215215

216216
## `codegen version`
217217

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.64.3",
4+
"version": "0.64.4",
55
"bin": {
66
"codegen": "./bin/run.mjs"
77
},

0 commit comments

Comments
 (0)