diff --git a/package-lock.json b/package-lock.json index c339d936..8f9c781a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.13", + "version": "4.0.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.13", + "version": "4.0.14", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.6", diff --git a/package.json b/package.json index d19139ee..7108c4f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.13", + "version": "4.0.14", "description": "An AsyncAPI schema parser for RAML data types.", "scripts": { "build": "npm run build:esm && npm run build:cjs",