diff --git a/package-lock.json b/package-lock.json index f25a5f74..17aecc3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.12", + "version": "4.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.12", + "version": "4.0.13", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.5", diff --git a/package.json b/package.json index 2c62db25..3a012cdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.12", + "version": "4.0.13", "description": "An AsyncAPI schema parser for RAML data types.", "scripts": { "build": "npm run build:esm && npm run build:cjs",