Skip to content

Commit fa0765e

Browse files
🚀 Release 1.80.1 (#13382)
Co-authored-by: tomi <[email protected]>
1 parent 16e668b commit fa0765e

File tree

10 files changed

+21
-9
lines changed

10 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [1.80.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.80.1) (2025-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* Always clear popupWindowState before showing popup from form trigger ([#13363](https://github.com/n8n-io/n8n/issues/13363)) ([44e583b](https://github.com/n8n-io/n8n/commit/44e583bbb79c328ee9b8a69afb7b059106cb1613))
7+
* **Code Node:** Fix `$items` in Code node when using task runner ([#13368](https://github.com/n8n-io/n8n/issues/13368)) ([da5afd0](https://github.com/n8n-io/n8n/commit/da5afd06a943d29c6a57e590aa8a2d91264329dc))
8+
* **core:** Ensure that 'workflow-post-execute' event has userId whenever it's available ([#13326](https://github.com/n8n-io/n8n/issues/13326)) ([088872b](https://github.com/n8n-io/n8n/commit/088872b086d5d794e7a19af5e52ae75d2b220f17))
9+
* **core:** Handle connections for missing nodes in a workflow ([#13362](https://github.com/n8n-io/n8n/issues/13362)) ([4da7ed7](https://github.com/n8n-io/n8n/commit/4da7ed7ebc4e206d4a1a35c968b9dbbded72eb81))
10+
11+
12+
113
# [1.80.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.80.0) (2025-02-17)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.80.0",
3+
"version": "1.80.1",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.80.0",
3+
"version": "1.80.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/task-runner",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"scripts": {
55
"clean": "rimraf dist .turbo",
66
"start": "node dist/start.js",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.80.0",
3+
"version": "1.80.1",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/core/package.json

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

packages/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.80.0",
3+
"version": "1.80.1",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"scripts": {

packages/node-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-node-dev",
3-
"version": "1.79.0",
3+
"version": "1.79.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-nodes-base",
3-
"version": "1.79.0",
3+
"version": "1.79.1",
44
"description": "Base nodes of n8n",
55
"main": "index.js",
66
"scripts": {

packages/workflow/package.json

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

0 commit comments

Comments
 (0)