mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user