From 1832dda4f494ad68f69468b4cffe70cf3c0fb385 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 29 Jan 2024 18:36:05 +0000 Subject: [PATCH] chore(release): v0.3.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cee689cd..c023750f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/optimizer", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/optimizer", - "version": "0.3.1", + "version": "0.3.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.3", diff --git a/package.json b/package.json index b17c0642..8bcf9074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/optimizer", - "version": "0.3.1", + "version": "0.3.2", "description": "This library will optimize the AsyncAPI specification file.", "main": "./lib/index.js", "types": "./lib/index.d.ts",