From bb78ede7f26ed5240e2da475f8609e2021d62ab1 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 29 Jan 2024 19:22:46 +0100 Subject: [PATCH] chore(release): v3.0.3 (#940) --- 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 c7fbda584..e586c0bf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/parser", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/parser", - "version": "3.0.2", + "version": "3.0.3", "license": "Apache-2.0", "dependencies": { "@asyncapi/specs": "^6.2.1", diff --git a/package.json b/package.json index ebe3dac8e..fdcefdadd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/parser", - "version": "3.0.2", + "version": "3.0.3", "description": "JavaScript AsyncAPI parser.", "bugs": { "url": "https://github.com/asyncapi/parser-js/issues"