Skip to content

Commit b50f592

Browse files
🚀 Release 1.76.2 (#13019)
Co-authored-by: elsmr <8850410+elsmr@users.noreply.github.com>
1 parent 140642a commit b50f592

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.76.2](https://github.com/n8n-io/n8n/compare/n8n@1.76.1...n8n@1.76.2) (2025-02-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Fix empty node execution stack ([#12945](https://github.com/n8n-io/n8n/issues/12945)) ([504746d](https://github.com/n8n-io/n8n/commit/504746de2d7f0de0a2e3c64a929b8ec727dbf852))
7+
* **editor:** Fix execution running status listener for chat messages ([#12951](https://github.com/n8n-io/n8n/issues/12951)) ([4157d79](https://github.com/n8n-io/n8n/commit/4157d793b14e39ad37a8fdb6289491c43305b2a8))
8+
* **editor:** Fix showing and hiding canvas edge toolbar when hovering ([#13009](https://github.com/n8n-io/n8n/issues/13009)) ([7a08b45](https://github.com/n8n-io/n8n/commit/7a08b45406e6b1f1afe9f20f15a12cd00d4fa824))
9+
10+
11+
112
## [1.76.1](https://github.com/n8n-io/n8n/compare/n8n@1.76.0...n8n@1.76.1) (2025-01-23)
213

314

package.json

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

packages/@n8n/benchmark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-benchmark",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Cli for running benchmark tests for n8n",
55
"main": "dist/index",
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.14.1",
3+
"version": "1.14.2",
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.76.1",
3+
"version": "1.76.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.76.0",
3+
"version": "1.76.1",
44
"description": "Core functionality of n8n",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/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.76.0",
3+
"version": "1.76.1",
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.76.0",
3+
"version": "1.76.1",
44
"description": "CLI to simplify n8n credentials/node development",
55
"main": "dist/src/index",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)