🚀 Release 1.82.1 (#13685)

Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-03-04 15:59:03 +00:00 committed by GitHub
parent 4d83067180
commit e209f7d5a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 17 additions and 6 deletions

View file

@ -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)

View file

@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.82.0",
"version": "1.82.1",
"private": true,
"engines": {
"node": ">=20.15",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.82.0",
"version": "1.82.1",
"description": "",
"main": "index.js",
"scripts": {

View file

@ -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",

View file

@ -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": {

View file

@ -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": {