From 15244a7c009e1f7b605c214ae355da5db406280e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 27 Feb 2024 15:56:04 +0100 Subject: [PATCH] chore(release): v3.0.15 (#255) --- 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 dc22106..3131ff1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.14", + "version": "3.0.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.14", + "version": "3.0.15", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.7", diff --git a/package.json b/package.json index c4ec604..b6a93f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.14", + "version": "3.0.15", "description": "An AsyncAPI schema parser for Avro 1.x schemas.", "scripts": { "build": "npm run build:esm && npm run build:cjs",