From 218aa2af836befd94cc2f940011db4b9f154d3b1 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 28 Nov 2023 13:18:02 +0000 Subject: [PATCH] chore(release): v3.0.0-next-major-spec.14 --- 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 f7a284f12..bc71a9e6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/parser", - "version": "3.0.0-next-major-spec.13", + "version": "3.0.0-next-major-spec.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/parser", - "version": "3.0.0-next-major-spec.13", + "version": "3.0.0-next-major-spec.14", "license": "Apache-2.0", "dependencies": { "@asyncapi/specs": "^6.0.0-next-major-spec.9", diff --git a/package.json b/package.json index 467da8317..be3413bd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/parser", - "version": "3.0.0-next-major-spec.13", + "version": "3.0.0-next-major-spec.14", "description": "JavaScript AsyncAPI parser.", "bugs": { "url": "https://github.com/asyncapi/parser-js/issues"