fix: correct version to 2.16.2 (patch release for security fixes)

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.
This commit is contained in:
czlonkowski
2025-10-06 14:29:08 +02:00
parent 59f49c47ab
commit 36aedd5050

View File

@@ -1,6 +1,6 @@
{ {
"name": "n8n-mcp", "name": "n8n-mcp",
"version": "2.17.0", "version": "2.16.2",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)", "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {