From ad8dd68446c40c106500e6a824219f754e0d4b7f Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 4 Dec 2023 23:15:37 +0000 Subject: [PATCH] chore(release): v3.0.7 --- 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 64cba97..6b415d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.6", + "version": "3.0.7", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.1", diff --git a/package.json b/package.json index 2bce5ef..9a74da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.6", + "version": "3.0.7", "description": "An AsyncAPI schema parser for Avro 1.x schemas.", "scripts": { "build": "npm run build:esm && npm run build:cjs",