From 923c28e5be4bc47b35a903b7c4fd0c49f6a23aa8 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Fri, 16 Sep 2022 09:16:59 +0200 Subject: [PATCH] chore: update release branch with 2.5.0 version Refs https://github.com/asyncapi/spec/issues/830 --- lib/asyncapiSchemaFormatParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asyncapiSchemaFormatParser.js b/lib/asyncapiSchemaFormatParser.js index 7b3b60c90..ef3d66deb 100644 --- a/lib/asyncapiSchemaFormatParser.js +++ b/lib/asyncapiSchemaFormatParser.js @@ -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}`,