From cd71190a0889154a8cb0fb10c2fae6153fc6e868 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 15 Apr 2024 10:45:01 +0000 Subject: [PATCH] chore(release): v3.0.21 --- 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 2d23c55..b7d5082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.20", + "version": "3.0.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.20", + "version": "3.0.21", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.13", diff --git a/package.json b/package.json index f724576..fd3b728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.20", + "version": "3.0.21", "description": "An AsyncAPI schema parser for Avro 1.x schemas.", "scripts": { "build": "npm run build:esm && npm run build:cjs",