chore: bump version to 2.14.7 and update CHANGELOG

Release v2.14.7 with critical P0 fixes:

- P0-R1: Universal node type normalization (80% error reduction)
- Issue #248: Settings validation error fix
- Issue #249: Enhanced addConnection error messages

Changes:
- Bump version from 2.14.6 to 2.14.7
- Add comprehensive CHANGELOG entry for v2.14.7
- Update PR #247 description with complete summary

Impact:
- Expected overall error rate reduction from 5-10% to <2%
- 183 tests passing (100% coverage for new code)
- All CI checks passing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-10-02 15:29:21 +02:00
parent e252a36e3f
commit aef9d983e2
2 changed files with 59 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.14.6",
"version": "2.14.7",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"bin": {