From 86bd90a5a1a3f9fd6ee85344506abaafc133bc71 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sat, 18 Nov 2023 22:53:04 +0100 Subject: [PATCH] chore(release): v3.0.0-next.4 (#1617) --- 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 4ae48a9002..d674533c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/modelina", - "version": "3.0.0-next.3", + "version": "3.0.0-next.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/modelina", - "version": "3.0.0-next.3", + "version": "3.0.0-next.4", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", diff --git a/package.json b/package.json index 7abd2aa6f6..4c1c4abcba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/modelina", - "version": "3.0.0-next.3", + "version": "3.0.0-next.4", "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",