chore: bump version to 2.22.5

Version bump to trigger automated release workflow and verify that the
YAML syntax fix (commit 79ef853) works correctly.

Previous release attempt for 2.22.4 failed due to YAML syntax error
(emoji in heredoc). This version bump will test the complete release
pipeline end-to-end.

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 14:58:01 +00:00
parent 2eb459c80c
commit 1f94427d54
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.22.4",
"version": "2.22.5",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

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