Merge tag 'n8n@2.25.1'

This commit is contained in:
Matsuuu 2026-06-02 14:13:12 +03:00
commit b170b07aec
No known key found for this signature in database
21 changed files with 33 additions and 20 deletions

View File

@ -1,3 +1,16 @@
# [2.25.0](https://github.com/n8n-io/n8n/compare/n8n@2.24.0...n8n@2.25.0) (2026-06-02)
### Bug Fixes
* **core:** Error workflows show up as separate span in otel traces ([#31252](https://github.com/n8n-io/n8n/issues/31252)) ([fb51c30](https://github.com/n8n-io/n8n/commit/fb51c309e8b3e9b4eb5c7c3ea66121019f3b99de))
### Features
* **core:** Add validate_node_config MCP tool for per-node validation ([#31047](https://github.com/n8n-io/n8n/issues/31047)) ([166eb85](https://github.com/n8n-io/n8n/commit/166eb85509b2409eb5e59f37dea96c849d0df790))
# [2.24.0](https://github.com/n8n-io/n8n/compare/n8n@2.23.0...n8n@2.24.0) (2026-06-02)

View File

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.24.0",
"version": "2.25.1",
"private": true,
"engines": {
"node": ">=22.22",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/ai-workflow-builder",
"version": "1.24.0",
"version": "1.25.0",
"scripts": {
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/api-types",
"version": "1.24.0",
"version": "1.25.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/backend-common",
"version": "1.24.0",
"version": "1.25.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/backend-test-utils",
"version": "1.24.0",
"version": "1.25.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/chat-hub",
"version": "1.17.0",
"version": "1.18.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/db",
"version": "1.24.0",
"version": "1.25.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/decorators",
"version": "1.24.0",
"version": "1.25.0",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/instance-ai",
"version": "1.9.0",
"version": "1.10.0",
"scripts": {
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "2.24.0",
"version": "2.25.0",
"description": "",
"main": "index.js",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/task-runner",
"version": "2.24.0",
"version": "2.25.0",
"scripts": {
"clean": "rimraf dist .turbo",
"start": "node dist/start.js",

View File

@ -1,6 +1,6 @@
{
"name": "@n8n/workflow-sdk",
"version": "0.17.0",
"version": "0.18.0",
"description": "TypeScript SDK for programmatically creating n8n workflows",
"exports": {
".": {

View File

@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "2.24.0",
"version": "2.25.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "2.24.0",
"version": "2.25.0",
"description": "Core functionality of n8n",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

@ -1,7 +1,7 @@
{
"name": "@n8n/i18n",
"type": "module",
"version": "2.24.0",
"version": "2.25.0",
"files": [
"dist"
],

View File

@ -1,7 +1,7 @@
{
"name": "@n8n/rest-api-client",
"type": "module",
"version": "2.24.0",
"version": "2.25.0",
"files": [
"dist"
],

View File

@ -1,7 +1,7 @@
{
"name": "@n8n/stores",
"type": "module",
"version": "2.24.0",
"version": "2.25.0",
"files": [
"dist"
],

View File

@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "2.24.0",
"version": "2.25.0",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"type": "module",

View File

@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "2.24.0",
"version": "2.25.0",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "2.24.0",
"version": "2.25.0",
"description": "Workflow base code of n8n",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",