Skip to content

Commit

Permalink
chore(release): v2.0.2 (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Nov 2, 2023
1 parent 2c46b94 commit e2c4fa3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This readme file goes into details how to integrate Modelina into various enviro
+ [TypeScript and Jest](#typescript-and-jest)
* [Security NOTICE](#security-notice)
- [Integrate Modelina in an AsyncAPI generator template](#integrate-modelina-in-an-asyncapi-generator-template)
- [Integrate Modelina into Maven](#integrate-modelina-into-maven)

<!-- tocstop -->

Expand Down
1 change: 1 addition & 0 deletions docs/languages/Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ There are special use-cases that each language supports; this document pertains
+ [JSON marshaling and unmarshaling methods](#json-marshaling-and-unmarshaling-methods)
* [To and from XML](#to-and-from-xml)
* [To and from binary](#to-and-from-binary)
- [Integrate Modelina into Maven](#integrate-modelina-into-maven)

<!-- tocstop -->

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": "2.0.1",
"version": "2.0.2",
"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 e2c4fa3

Please sign in to comment.