diff --git a/package-lock.json b/package-lock.json index 27d55c7..f0b7ec2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/bundler", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/bundler", - "version": "0.5.2", + "version": "0.5.3", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.5.4", diff --git a/package.json b/package.json index 1c4b069..4e6af55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/bundler", - "version": "0.5.2", + "version": "0.5.3", "description": "Bundle references from an single AsyncAPI document into a single file.", "main": "lib/index.js", "types": "lib/index.d.ts",