Skip to content

Commit 25cb8bb

Browse files
czlonkowskiRomuald Członkowskiclaude
authored
chore: update n8n to 2.1.5 and bump version to 2.31.6 (#521)
- Updated n8n from 2.1.4 to 2.1.5 - Updated n8n-core from 2.1.3 to 2.1.4 - Updated @n8n/n8n-nodes-langchain from 2.1.3 to 2.1.4 - Rebuilt node database with 540 nodes (434 from n8n-nodes-base, 106 from @n8n/n8n-nodes-langchain) - Updated README badge with new n8n version - Updated CHANGELOG with dependency changes Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Romuald Członkowski <romualdczlonkowski@MacBook-Pro-Romuald.local> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 2713db6 commit 25cb8bb

5 files changed

Lines changed: 62 additions & 51 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.31.6] - 2026-01-03
11+
12+
### Changed
13+
14+
**Dependencies Update**
15+
16+
- Updated n8n from 2.1.4 to 2.1.5
17+
- Updated n8n-core from 2.1.3 to 2.1.4
18+
- Updated @n8n/n8n-nodes-langchain from 2.1.3 to 2.1.4
19+
- Rebuilt node database with 540 nodes (434 from n8n-nodes-base, 106 from @n8n/n8n-nodes-langchain)
20+
1021
## [2.31.5] - 2026-01-02
1122

1223
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm version](https://img.shields.io/npm/v/n8n-mcp.svg)](https://www.npmjs.com/package/n8n-mcp)
66
[![codecov](https://codecov.io/gh/czlonkowski/n8n-mcp/graph/badge.svg?token=YOUR_TOKEN)](https://codecov.io/gh/czlonkowski/n8n-mcp)
77
[![Tests](https://img.shields.io/badge/tests-3336%20passing-brightgreen.svg)](https://github.com/czlonkowski/n8n-mcp/actions)
8-
[![n8n version](https://img.shields.io/badge/n8n-2.1.4-orange.svg)](https://github.com/n8n-io/n8n)
8+
[![n8n version](https://img.shields.io/badge/n8n-2.1.5-orange.svg)](https://github.com/n8n-io/n8n)
99
[![Docker](https://img.shields.io/badge/docker-ghcr.io%2Fczlonkowski%2Fn8n--mcp-green.svg)](https://github.com/czlonkowski/n8n-mcp/pkgs/container/n8n-mcp)
1010
[![Deploy on Railway](https://railway.com/button.svg)](https://railway.com/deploy/n8n-mcp?referralCode=n8n-mcp)
1111

data/nodes.db

0 Bytes
Binary file not shown.

package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-mcp",
3-
"version": "2.31.5",
3+
"version": "2.31.6",
44
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -141,15 +141,15 @@
141141
},
142142
"dependencies": {
143143
"@modelcontextprotocol/sdk": "1.20.1",
144-
"@n8n/n8n-nodes-langchain": "^2.1.3",
144+
"@n8n/n8n-nodes-langchain": "^2.1.4",
145145
"@supabase/supabase-js": "^2.57.4",
146146
"dotenv": "^16.5.0",
147147
"express": "^5.1.0",
148148
"express-rate-limit": "^7.1.5",
149149
"form-data": "^4.0.5",
150150
"lru-cache": "^11.2.1",
151-
"n8n": "^2.1.4",
152-
"n8n-core": "^2.1.3",
151+
"n8n": "^2.1.5",
152+
"n8n-core": "^2.1.4",
153153
"n8n-workflow": "^2.1.1",
154154
"openai": "^4.77.0",
155155
"sql.js": "^1.13.0",

0 commit comments

Comments
 (0)