diff --git a/package-lock.json b/package-lock.json index 136781d7..7681b064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.5", + "version": "4.0.6", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^2.1.2", diff --git a/package.json b/package.json index c4e316c7..ce5e40a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/raml-dt-schema-parser", - "version": "4.0.5", + "version": "4.0.6", "description": "An AsyncAPI schema parser for RAML data types.", "scripts": { "build": "npm run build:esm && npm run build:cjs",