From 1f94427d54637959ed0ab023d588fdb0a5bff0de Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Oct 2025 14:58:01 +0000 Subject: [PATCH] chore: bump version to 2.22.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- package.json | 2 +- package.runtime.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f78e8ec..1b003a8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/package.runtime.json b/package.runtime.json index 80c0b51..7c3334f 100644 --- a/package.runtime.json +++ b/package.runtime.json @@ -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": {