From 36aedd50508016560460df96e23d9f6dc8794ac8 Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Mon, 6 Oct 2025 14:29:08 +0200 Subject: [PATCH] fix: correct version to 2.16.2 (patch release for security fixes) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per Semantic Versioning, security fixes are backwards-compatible bug fixes and should increment the PATCH version (2.16.1 → 2.16.2), not MINOR. This resolves the version mismatch identified by code review. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 11c5043..e2f3a9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-mcp", - "version": "2.17.0", + "version": "2.16.2", "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)", "main": "dist/index.js", "bin": {