From e5514e393ca6710dfbc7db448812e7ea5799e55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20O=C5=BEana?= Date: Mon, 13 Jan 2025 13:17:51 +0100 Subject: [PATCH] v1.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 810223e..35aa1ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mock-to-openapi", - "version": "1.1.3", + "version": "1.1.4", "description": "Cli tool (and library) for converting JSON mock objects to Open API schemas", "type": "module", "exports": "./src/index.js",