diff --git a/package-lock.json b/package-lock.json index 2875b922..47297910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cupid", - "version": "0.6.12", + "version": "0.6.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/cupid", - "version": "0.6.12", + "version": "0.6.13", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^1.14.0" diff --git a/package.json b/package.json index be3453f8..0df21bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@asyncapi/cupid", - "version": "0.6.12", + "version": "0.6.13", "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": {