From a3b2203924141ed701bf21341080eb80e88a650e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 20 Oct 2023 10:42:02 +0000 Subject: [PATCH] chore(release): v3.0.4 --- 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 064d7d4..c8b2913 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.3", + "version": "3.0.4", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^2.1.1", diff --git a/package.json b/package.json index edf1210..4042d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.3", + "version": "3.0.4", "description": "An AsyncAPI schema parser for Avro 1.x schemas.", "scripts": { "build": "npm run build:esm && npm run build:cjs",