diff --git a/package-lock.json b/package-lock.json index 8b31dd51..be97a5fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/optimizer", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/optimizer", - "version": "0.2.1", + "version": "0.3.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.2", diff --git a/package.json b/package.json index 590a6608..8945db75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/optimizer", - "version": "0.2.7", + "version": "0.3.0", "description": "This library will optimize the AsyncAPI specification file.", "main": "./lib/index.js", "types": "./lib/index.d.ts", @@ -65,4 +65,4 @@ "merge-deep": "^3.0.3", "yaml": "^2.3.1" } -} \ No newline at end of file +}