From e209f7d5a291f3d9a04e95ed90ca2f2ebc5ca9fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:59:03 +0000 Subject: [PATCH] :rocket: Release 1.82.1 (#13685) Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- packages/@n8n/api-types/package.json | 2 +- packages/@n8n/nodes-langchain/package.json | 2 +- packages/cli/package.json | 2 +- packages/frontend/editor-ui/package.json | 2 +- packages/nodes-base/package.json | 2 +- 7 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4914da5eac..727f975422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.82.1](https://github.com/n8n-io/n8n/compare/n8n@1.82.0...n8n@1.82.1) (2025-03-04) + + +### Bug Fixes + +* **core:** Do not validate email when LDAP is enabled ([#13605](https://github.com/n8n-io/n8n/issues/13605)) ([4d83067](https://github.com/n8n-io/n8n/commit/4d8306718050ba92e36603d7e5a79cd4d213c161)) +* **editor:** Fix RLC dropdown vanishing when focusing search input ([#13579](https://github.com/n8n-io/n8n/issues/13579)) ([fce83dd](https://github.com/n8n-io/n8n/commit/fce83ddfeaee6faa06b91ba65697440e8ffa2c2f)) +* **n8n Form Trigger Node:** Sanitize HTML for formNode ([#13595](https://github.com/n8n-io/n8n/issues/13595)) ([acde2e8](https://github.com/n8n-io/n8n/commit/acde2e8173dfbfbc0f4203d0f1f641162f0aa60b)) + + + # [1.82.0](https://github.com/n8n-io/n8n/compare/n8n@1.81.0...n8n@1.82.0) (2025-03-03) diff --git a/package.json b/package.json index 611e5a269e..82901e45ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n-monorepo", - "version": "1.82.0", + "version": "1.82.1", "private": true, "engines": { "node": ">=20.15", diff --git a/packages/@n8n/api-types/package.json b/packages/@n8n/api-types/package.json index 9430af2894..1131934333 100644 --- a/packages/@n8n/api-types/package.json +++ b/packages/@n8n/api-types/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/api-types", - "version": "0.17.0", + "version": "0.17.1", "scripts": { "clean": "rimraf dist .turbo", "dev": "pnpm watch", diff --git a/packages/@n8n/nodes-langchain/package.json b/packages/@n8n/nodes-langchain/package.json index ffdd31a7b9..75e221abb9 100644 --- a/packages/@n8n/nodes-langchain/package.json +++ b/packages/@n8n/nodes-langchain/package.json @@ -1,6 +1,6 @@ { "name": "@n8n/n8n-nodes-langchain", - "version": "1.82.0", + "version": "1.82.1", "description": "", "main": "index.js", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 92b676a125..77f7b6778f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "1.82.0", + "version": "1.82.1", "description": "n8n Workflow Automation Tool", "main": "dist/index", "types": "dist/index.d.ts", diff --git a/packages/frontend/editor-ui/package.json b/packages/frontend/editor-ui/package.json index 227efb76b4..75f4706bf1 100644 --- a/packages/frontend/editor-ui/package.json +++ b/packages/frontend/editor-ui/package.json @@ -1,6 +1,6 @@ { "name": "n8n-editor-ui", - "version": "1.82.0", + "version": "1.82.1", "description": "Workflow Editor UI for n8n", "main": "index.js", "scripts": { diff --git a/packages/nodes-base/package.json b/packages/nodes-base/package.json index 1c204e4f26..0ee6db3387 100644 --- a/packages/nodes-base/package.json +++ b/packages/nodes-base/package.json @@ -1,6 +1,6 @@ { "name": "n8n-nodes-base", - "version": "1.81.0", + "version": "1.81.1", "description": "Base nodes of n8n", "main": "index.js", "scripts": {