chore: bump version to 2.22.6

Version bump to trigger automated release workflow with YAML fix.

This version bump combined with the YAML syntax fix will:
- Trigger the release workflow (version 2.22.5 → 2.22.6)
- Test the complete release pipeline end-to-end
- Publish v2.22.6 to npm registry
- Create GitHub release v2.22.6
- Build and push Docker images

Previous versions 2.22.4 and 2.22.5 failed to publish due to YAML parsing
errors in the release workflow (resolved in previous commit).

Concieved by Romuald Członkowski - www.aiadvisors.pl/en

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2025-10-25 18:21:27 +00:00
parent b44e0745b4
commit e0cf4951c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "n8n-mcp", "name": "n8n-mcp",
"version": "2.22.5", "version": "2.22.6",
"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",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{ {
"name": "n8n-mcp-runtime", "name": "n8n-mcp-runtime",
"version": "2.22.5", "version": "2.22.6",
"description": "n8n MCP Server Runtime Dependencies Only", "description": "n8n MCP Server Runtime Dependencies Only",
"private": true, "private": true,
"dependencies": { "dependencies": {