diff --git a/package-lock.json b/package-lock.json index 0ca3ac51..725d1f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/optimizer", - "version": "0.3.11", + "version": "0.3.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/optimizer", - "version": "0.3.11", + "version": "0.3.12", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.13", diff --git a/package.json b/package.json index c6d734c5..69393cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/optimizer", - "version": "0.3.11", + "version": "0.3.12", "description": "This library will optimize the AsyncAPI specification file.", "main": "./lib/index.js", "types": "./lib/index.d.ts",