Skip to content

Commit 14d2665

Browse files
authored
Merge branch 'main' into fix_prompts
2 parents c711919 + 111f49f commit 14d2665

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,6 @@ Get an overview of how to contribute to the project
9090

9191

9292

93+
9394

9495

docs/contributing.md

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

174174

175175

176+
176177

177178

docs/migrations/v0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ We upgraded the AsyncAPI Modelina dependency to the `next` version so for the ne
7676

7777

7878

79+

docs/usage.md

Lines changed: 3 additions & 3 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.56.1 linux-x64 node-v18.20.8
12+
@the-codegen-project/cli/0.57.0 linux-x64 node-v18.20.8
1313
$ codegen --help [COMMAND]
1414
USAGE
1515
$ codegen COMMAND
@@ -84,7 +84,7 @@ DESCRIPTION
8484
Generate code based on your configuration, use `init` to get started.
8585
```
8686

87-
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.56.1/src/commands/generate.ts)_
87+
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.57.0/src/commands/generate.ts)_
8888

8989
## `codegen help [COMMAND]`
9090

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

147-
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.56.1/src/commands/init.ts)_
147+
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.57.0/src/commands/init.ts)_
148148

149149
## `codegen version`
150150

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

0 commit comments

Comments
 (0)