diff --git a/package-lock.json b/package-lock.json index 93f53b2c..57a316c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/optimizer", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/optimizer", - "version": "1.0.2", + "version": "1.0.3", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.2.2", diff --git a/package.json b/package.json index bd5f1713..a63daa39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/optimizer", - "version": "1.0.2", + "version": "1.0.3", "description": "This library will optimize the AsyncAPI specification file.", "main": "./lib/index.js", "types": "./lib/index.d.ts",