From 10690674b6e181db3112b60b563b644b1aa3c480 Mon Sep 17 00:00:00 2001 From: bipproduction Date: Mon, 17 Nov 2025 14:01:06 +0800 Subject: [PATCH] 1.0.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1cae79b..bb48540 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "n8n-nodes-openapi-mcp-server", "type": "module", "private": true, - "version": "1.0.1", + "version": "1.0.2", "scripts": { "build": "bun bin/build.ts", "publish": "bun bin/publish.ts" @@ -34,4 +34,4 @@ "dist/credentials/OpenapiMcpServerCredentials.credentials.js" ] } -} \ No newline at end of file +}