diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e2689..3c06633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.30.2] - 2025-12-21 + +### Fixed + +**Restored Template Database** + +Fixed missing templates in the database by restoring 2,768 workflow templates from git history while preserving compatibility with latest n8n 2.0.2 node definitions. + +**Key Changes:** +- Restored templates table with 2,768 curated workflow templates +- Updated nodes table schema to include `is_tool_variant`, `has_tool_variant`, and `tool_variant_of` columns +- Database now contains 803 nodes (updated for n8n 2.0.2) and 2,768 templates + ## [2.30.1] - 2025-12-17 ### Added diff --git a/data/nodes.db b/data/nodes.db index cb64081..b996ba6 100644 Binary files a/data/nodes.db and b/data/nodes.db differ diff --git a/package.json b/package.json index cebd57b..8fe3ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-mcp", - "version": "2.30.1", + "version": "2.30.2", "description": "Integration between n8n workflow automation and Model Context Protocol (MCP)", "main": "dist/index.js", "types": "dist/index.d.ts",