diff --git a/package-lock.json b/package-lock.json index de0705fb..1466eaca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/optimizer", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/optimizer", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.14", diff --git a/package.json b/package.json index dc9b693b..05764ef5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/optimizer", - "version": "1.0.1", + "version": "1.0.2", "description": "This library will optimize the AsyncAPI specification file.", "main": "./lib/index.js", "types": "./lib/index.d.ts",