From fcf4b7c195f117fa56e2bc9fb322fdba1a0e46fb Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 26 Mar 2024 09:57:46 +0100 Subject: [PATCH] chore(release): v4.0.0-next.19 (#1910) Co-authored-by: asyncapi-bot --- 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 7efb3228df..78b20c63d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/modelina", - "version": "4.0.0-next.18", + "version": "4.0.0-next.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@asyncapi/modelina", - "version": "4.0.0-next.18", + "version": "4.0.0-next.19", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", diff --git a/package.json b/package.json index 8152a89e0e..77c4e6cddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/modelina", - "version": "4.0.0-next.18", + "version": "4.0.0-next.19", "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",