Skip to content

Commit

Permalink
Merge branch 'master' into all-contributors/add-ItshMoh
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Sep 8, 2024
2 parents 60642c4 + 5b9055d commit b674289
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ Convert [AsyncAPI](https://asyncapi.com) documents older to newer versions and y
* [In TS](#in-ts)
- [Conversion 2.x.x to 3.x.x](#conversion-2xx-to-3xx)
- [Known missing features](#known-missing-features)
* [OpenAPI 3.0 to AsyncAPI 3.0 Conversion](#openapi-30-to-asyncapi-30-conversion)
- [OpenAPI 3.0 to AsyncAPI 3.0 Conversion](#openapi-30-to-asyncapi-30-conversion)
+ [Limitations](#limitations)
* [Postman Collection to AsyncAPI conversion](#postman-collection-to-asyncapi-conversion)
+ [Limitations](#limitations-1)
- [Development](#development)
- [Contribution](#contribution)
- [Contributors ✨](#contributors-%E2%9C%A8)
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/converter",
"version": "1.5.1",
"version": "1.6.0",
"description": "Convert AsyncAPI documents from older to newer versions.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit b674289

Please sign in to comment.