Skip to content

Commit

Permalink
chore(release): v4.0.0-next.21 (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Mar 27, 2024
1 parent ff28234 commit 68fa0a0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion modelina-cli/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ npm install -g @asyncapi/modelina-cli
$ modelina COMMAND
running command...
$ modelina (--version)
@asyncapi/modelina-cli/3.4.0 darwin-x64 node-v18.19.0
@asyncapi/modelina-cli/3.4.0 linux-x64 node-v18.19.1
$ modelina --help [COMMAND]
USAGE
$ modelina COMMAND
Expand Down
4 changes: 2 additions & 2 deletions modelina-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modelina-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asyncapi/modelina-cli",
"description": "CLI to work with Modelina",
"version": "3.4.0",
"version": "4.0.0-next.21",
"bin": {
"modelina": "./bin/run"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/modelina",
"version": "4.0.0-next.20",
"version": "4.0.0-next.21",
"description": "Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents",
"license": "Apache-2.0",
"homepage": "https://www.modelina.org",
Expand Down

0 comments on commit 68fa0a0

Please sign in to comment.