From 76c1e09605e188a186e3d6e4aec314ee7d1fe3e7 Mon Sep 17 00:00:00 2001 From: Vasan Subramanian Date: Thu, 16 May 2024 23:01:23 +0530 Subject: [PATCH] New release: v1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4af4e0..15b3c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zzapi", - "version": "1.2.0", + "version": "1.2.1", "description": "zzAPI is a REST API testing and documentation tool set. It is an open-source Postman alternative. ", "main": "./dist/index.js", "module": "./dist/index.mjs",