Skip to content

Commit

Permalink
chore: update release branch with 2.5.0 version (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Sep 19, 2022
1 parent a7a5423 commit 354ce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asyncapiSchemaFormatParser.js
Expand Up @@ -48,7 +48,7 @@ function getMimeTypes() {
'application/schema+json;version=draft-07',
'application/schema+yaml;version=draft-07',
];
['2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.4.0'].forEach(version => {
['2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.4.0', '2.5.0'].forEach(version => {
mimeTypes.push(
`application/vnd.aai.asyncapi;version=${version}`,
`application/vnd.aai.asyncapi+json;version=${version}`,
Expand Down

0 comments on commit 354ce27

Please sign in to comment.