Skip to content

Commit e4d2648

Browse files
🚀 Release 1.82.2 (#13853)
Co-authored-by: cstuncsik <5410822+cstuncsik@users.noreply.github.com>
1 parent beb84be commit e4d2648

File tree

10 files changed

+19
-9
lines changed

10 files changed

+19
-9
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.82.2](https://github.com/n8n-io/n8n/compare/n8n@1.82.1...n8n@1.82.2) (2025-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Clean run data for dirty nodes properly, including their children ([#13821](https://github.com/n8n-io/n8n/issues/13821)) ([30edaea](https://github.com/n8n-io/n8n/commit/30edaeae159fcc496a5d1a1dffce12c637a83af0))
7+
* **core:** Find correct start nodes when the first node after that has no run data has pinned data ([#13784](https://github.com/n8n-io/n8n/issues/13784)) ([beb84be](https://github.com/n8n-io/n8n/commit/beb84be33a7e71019791cd79b7456d11119c7903))
8+
9+
10+
111
## [1.82.1](https://github.com/n8n-io/n8n/compare/n8n@1.82.0...n8n@1.82.1) (2025-03-04)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.82.1",
3+
"version": "1.82.2",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

packages/@n8n/nodes-langchain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.82.1",
3+
"version": "1.82.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/@n8n/task-runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/task-runner",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"start": "node dist/start.js",

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.82.1",
3+
"version": "1.82.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-core",
3-
"version": "1.81.0",
3+
"version": "1.81.1",
44
"description": "Core functionality of n8n",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/frontend/editor-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.82.1",
3+
"version": "1.82.2",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"scripts": {

packages/node-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-node-dev",
3-
"version": "1.81.0",
3+
"version": "1.81.1",
44
"description": "CLI to simplify n8n credentials/node development",
55
"main": "dist/src/index",
66
"types": "dist/src/index.d.ts",

packages/nodes-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.81.1",
3+
"version": "1.81.2",
44
"description": "Base nodes of n8n",
55
"main": "index.js",
66
"scripts": {

packages/workflow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-workflow",
3-
"version": "1.80.0",
3+
"version": "1.80.1",
44
"description": "Workflow base code of n8n",
55
"main": "dist/index.js",
66
"module": "src/index.ts",

0 commit comments

Comments
 (0)