From 06dac045ef07a9572d29e2a9521d96e59270a8d0 Mon Sep 17 00:00:00 2001 From: czlonkowski Date: Sun, 8 Feb 2026 10:22:49 +0800 Subject: [PATCH] chore: bump version to 2.34.5 for npm publish Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f062727..a08f22e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [2.34.4] - 2026-02-07 +## [2.34.5] - 2026-02-08 ### Fixed diff --git a/package.json b/package.json index 5dce88b..5b0e5ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-mcp", - "version": "2.34.4", + "version": "2.34.5", "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)", "main": "dist/index.js", "types": "dist/index.d.ts",