diff --git a/package-lock.json b/package-lock.json index 71019fe5..cc707e67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/optimizer", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/optimizer", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.2.2", diff --git a/package.json b/package.json index 8e6f7d08..1a49250c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/optimizer", - "version": "1.0.3", + "version": "1.0.4", "description": "This library will optimize the AsyncAPI specification file.", "main": "./lib/index.js", "types": "./lib/index.d.ts",