Skip to content

Commit 2a8c8cb

Browse files
authored
chore(release): v0.56.0 (#282)
1 parent 54c3f56 commit 2a8c8cb

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

docs/README.md

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

8989

9090

91+
9192

9293

docs/contributing.md

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

172172

173173

174+
174175

175176

docs/migrations/v0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ sidebar_position: 99
88
- [Migrating between v0](#migrating-between-v0)
99
* [Breaking Changes 0.39.0](#breaking-changes-0390)
1010
+ [Functions Parameters](#functions-parameters)
11+
* [Breaking Changes 0.55.1](#breaking-changes-0551)
1112

1213
<!-- tocstop -->
1314

@@ -73,3 +74,4 @@ We upgraded the AsyncAPI Modelina dependency to the `next` version so for the ne
7374

7475

7576

77+

docs/usage.md

Lines changed: 5 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.55.1 linux-x64 node-v18.20.8
12+
@the-codegen-project/cli/0.56.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.55.1/src/commands/generate.ts)_
87+
_See code: [src/commands/generate.ts](https://github.com/the-codegen-project/cli/blob/v0.56.0/src/commands/generate.ts)_
8888

8989
## `codegen help [COMMAND]`
9090

@@ -115,6 +115,7 @@ USAGE
115115
$ codegen init [--help] [--input-file <value>] [--config-name <value>] [--input-type asyncapi|openapi]
116116
[--output-directory <value>] [--config-type esm|json|yaml|ts] [--languages typescript] [--no-tty]
117117
[--include-payloads] [--include-headers] [--include-client] [--include-parameters] [--include-channels]
118+
[--gitignore-generated]
118119
119120
FLAGS
120121
--config-name=<value> [default: codegen] The name to use for the configuration file (dont include file
@@ -123,6 +124,7 @@ FLAGS
123124
'yaml' is more restrictive. Read more here:
124125
https://github.com/the-codegen-project/cli/blob/main/docs/configurations.md
125126
<options: esm|json|yaml|ts>
127+
--gitignore-generated Add generated output directories to .gitignore
126128
--help Show CLI help.
127129
--include-channels Include channels generation, available for TypeScript
128130
--include-client Include client generation, available for TypeScript
@@ -142,7 +144,7 @@ DESCRIPTION
142144
Initialize The Codegen Project in your project
143145
```
144146

145-
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.55.1/src/commands/init.ts)_
147+
_See code: [src/commands/init.ts](https://github.com/the-codegen-project/cli/blob/v0.56.0/src/commands/init.ts)_
146148

147149
## `codegen version`
148150

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

0 commit comments

Comments
 (0)