From d54c3c70f606e936f1c714db51bae5d9965f99f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20O=C5=BEana?= Date: Tue, 23 Apr 2024 09:49:56 +0200 Subject: [PATCH] v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 736e249..b8777b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mock-to-openapi", - "version": "1.1.0", + "version": "1.1.1", "description": "Cli tool (and library) for converting JSON mock objects to Open API schemas", "type": "module", "exports": "./src/index.js",