From af02c1e7ae0db210bacbf7aecf125283ef549d7c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 1 Feb 2023 17:38:23 +0100 Subject: [PATCH] chore(release): v0.6.22 (#153) --- 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 2b1800d6..dddeaec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cupid", - "version": "0.6.21", + "version": "0.6.22", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/cupid", - "version": "0.6.21", + "version": "0.6.22", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^1.17.3" diff --git a/package.json b/package.json index 5bf18cd2..75006300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/cupid", - "version": "0.6.21", + "version": "0.6.22", "description": "A library that focuses on finding and analyzing the relationships between AsyncAPI Documents too later output consolidated information about the system architecture. Output format should be customizable and available in different formats like uml, mermaid.js and other.", "main": "./lib/index.js", "scripts": {