From 453f5461182a275bc8fe9c6041c72e56c178d424 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 26 Jul 2023 10:22:57 +0000 Subject: [PATCH] chore(release): v2.1.0-next-major-spec.2 --- 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 b2253ad39..c89375e28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/parser", - "version": "2.1.0-next-major-spec.1", + "version": "2.1.0-next-major-spec.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/parser", - "version": "2.1.0-next-major-spec.1", + "version": "2.1.0-next-major-spec.2", "license": "Apache-2.0", "dependencies": { "@asyncapi/specs": "^6.0.0-next-major-spec.2", diff --git a/package.json b/package.json index 5fcc5f9c2..5552cfb3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/parser", - "version": "2.1.0-next-major-spec.1", + "version": "2.1.0-next-major-spec.2", "description": "JavaScript AsyncAPI parser.", "bugs": { "url": "https://github.com/asyncapi/parser-js/issues"