From e0cf4951c63ca023890bdcefddda5baa873704f4 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 25 Oct 2025 18:21:27 +0000 Subject: [PATCH] chore: bump version to 2.22.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- package.json | 2 +- package.runtime.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b003a8..a4966da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-mcp", - "version": "2.22.5", + "version": "2.22.6", "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 7c3334f..28bf1a0 100644 --- a/package.runtime.json +++ b/package.runtime.json @@ -1,6 +1,6 @@ { "name": "n8n-mcp-runtime", - "version": "2.22.5", + "version": "2.22.6", "description": "n8n MCP Server Runtime Dependencies Only", "private": true, "dependencies": {