diff --git a/package-lock.json b/package-lock.json index 8e9690a9..386dea8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/optimizer", - "version": "0.3.10", + "version": "0.3.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/optimizer", - "version": "0.3.10", + "version": "0.3.11", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.12", diff --git a/package.json b/package.json index 4890c175..3712b1f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/optimizer", - "version": "0.3.10", + "version": "0.3.11", "description": "This library will optimize the AsyncAPI specification file.", "main": "./lib/index.js", "types": "./lib/index.d.ts",