From 280904cd637900ba93359375ab534403c1294c9c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 17 Nov 2023 20:52:55 +0100 Subject: [PATCH] chore(release): v3.0.0-next.3 (#1615) --- 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 1b7b1b361b..4ae48a9002 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/modelina", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/modelina", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", diff --git a/package.json b/package.json index add509dd47..7abd2aa6f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/modelina", - "version": "3.0.0-next.2", + "version": "3.0.0-next.3", "description": "Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents", "license": "Apache-2.0", "homepage": "https://www.modelina.org",