From dd2c6d5ae6b401924a8337ab7d666a37f9df9f99 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 14:17:18 +0100 Subject: [PATCH] chore(release): v3.0.18 (#263) --- 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 f1e3034..c814d92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.17", + "version": "3.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.17", + "version": "3.0.18", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.0.10", diff --git a/package.json b/package.json index 0308f01..45d6c8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/avro-schema-parser", - "version": "3.0.17", + "version": "3.0.18", "description": "An AsyncAPI schema parser for Avro 1.x schemas.", "scripts": { "build": "npm run build:esm && npm run build:cjs",