diff --git a/package-lock.json b/package-lock.json index 2d3bfb79..3480689a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/openapi-schema-parser", - "version": "3.0.18", + "version": "3.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/openapi-schema-parser", - "version": "3.0.18", + "version": "3.0.19", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.11", diff --git a/package.json b/package.json index a3c1094e..fcc1b2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/openapi-schema-parser", - "version": "3.0.18", + "version": "3.0.19", "description": "An AsyncAPI schema parser for OpenAPI 3.0.x and Swagger 2.x schemas.", "scripts": { "build": "npm run build:esm && npm run build:cjs",