Skip to content

Commit

Permalink
chore(release): v1.5.0 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot authored Aug 13, 2024
1 parent b3592ef commit c2a08ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ 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)
- [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.4.20",
"version": "1.5.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 c2a08ff

Please sign in to comment.