File tree 8 files changed +18
-7
lines changed
8 files changed +18
-7
lines changed Original file line number Diff line number Diff line change
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
+
1
12
## [1.76.1](https://github.com/n8n-io/n8n/compare/n8n@1.76.0...n8n@1.76.1) (2025-01-23)
2
13
3
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n-monorepo" ,
3
- "version" : " 1.76.1 " ,
3
+ "version" : " 1.76.2 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=20.15" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @n8n/n8n-benchmark" ,
3
- "version" : " 1.10.0 " ,
3
+ "version" : " 1.10.1 " ,
4
4
"description" : " Cli for running benchmark tests for n8n" ,
5
5
"main" : " dist/index" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @n8n/task-runner" ,
3
- "version" : " 1.14.1 " ,
3
+ "version" : " 1.14.2 " ,
4
4
"scripts" : {
5
5
"clean" : " rimraf dist .turbo" ,
6
6
"start" : " node dist/start.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n" ,
3
- "version" : " 1.76.1 " ,
3
+ "version" : " 1.76.2 " ,
4
4
"description" : " n8n Workflow Automation Tool" ,
5
5
"main" : " dist/index" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n-core" ,
3
- "version" : " 1.76.0 " ,
3
+ "version" : " 1.76.1 " ,
4
4
"description" : " Core functionality of n8n" ,
5
5
"main" : " dist/index" ,
6
6
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n-editor-ui" ,
3
- "version" : " 1.76.0 " ,
3
+ "version" : " 1.76.1 " ,
4
4
"description" : " Workflow Editor UI for n8n" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " n8n-node-dev" ,
3
- "version" : " 1.76.0 " ,
3
+ "version" : " 1.76.1 " ,
4
4
"description" : " CLI to simplify n8n credentials/node development" ,
5
5
"main" : " dist/src/index" ,
6
6
"types" : " dist/src/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments