Skip to content

Commit 7c7065f

Browse files
committed
chore(release): v0.62.0
1 parent 388ceae commit 7c7065f

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
@@ -68,3 +68,4 @@ Get an overview of how telemetry works for this project
6868

6969

7070

71+

docs/contributing.md

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

181181

182182

183+
183184

184185

docs/migrations/v0.md

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

137137

138138

139+
139140

140141

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.61.0 linux-x64 node-v18.20.8
12+
@the-codegen-project/cli/0.62.0 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.61.0/src/commands/generate.ts)_
88+
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.62.0/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.61.0/src/commands/init.ts)_
148+
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.62.0/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.61.0/src/commands/telemetry.ts)_
175+
_See code: [src/commands/telemetry.ts](https://github.com/the-codegen-project/cli/blob/v0.62.0/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.61.0",
4+
"version": "0.62.0",
55
"bin": {
66
"codegen": "./bin/run.mjs"
77
},

0 commit comments

Comments
 (0)