diff --git a/package-lock.json b/package-lock.json index d4f542e1b..9409381ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/parser", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/parser", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/specs": "^6.2.0", diff --git a/package.json b/package.json index a7d60fb5b..062f67130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/parser", - "version": "3.0.1", + "version": "3.0.2", "description": "JavaScript AsyncAPI parser.", "bugs": { "url": "https://github.com/asyncapi/parser-js/issues"