Skip to content

Commit c164581

Browse files
authored
chore(release): v0.70.0 (#355)
1 parent ccb31e5 commit c164581

6 files changed

Lines changed: 12 additions & 9 deletions

File tree

docs/README.md

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

7878

7979

80+

docs/contributing.md

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

194194

195195

196+
196197

197198

docs/migrations/v0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ Upgraded node to minimum v22.
128128

129129

130130

131+

docs/usage.md

Lines changed: 6 additions & 6 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.68.0 linux-x64 node-v22.22.0
12+
@the-codegen-project/cli/0.70.0 linux-x64 node-v22.22.2
1313
$ codegen --help [COMMAND]
1414
USAGE
1515
$ codegen COMMAND
@@ -63,7 +63,7 @@ EXAMPLES
6363
$ codegen autocomplete --refresh-cache
6464
```
6565

66-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.0.18/src/commands/autocomplete/index.ts)_
66+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.45/src/commands/autocomplete/index.ts)_
6767

6868
## `codegen base`
6969

@@ -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.68.0/src/commands/base.ts)_
83+
_See code: [src/commands/base.ts](https://github.com/the-codegen-project/cli/blob/v0.70.0/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.68.0/src/commands/generate.ts)_
114+
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.70.0/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.68.0/src/commands/init.ts)_
181+
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.70.0/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.68.0/src/commands/telemetry.ts)_
214+
_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.70.0/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.68.0",
4+
"version": "0.70.0",
55
"bin": {
66
"codegen": "./bin/run.mjs"
77
},

0 commit comments

Comments
 (0)