Skip to content

Commit f1c3551

Browse files
🚀 Release 1.89.2 (#14680)
Co-authored-by: Cadiac <[email protected]>
1 parent 8234583 commit f1c3551

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.89.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.89.2) (2025-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **core:** Reschedule Insights flushing after skipping for empty buffer ([#14637](https://github.com/n8n-io/n8n/issues/14637)) ([8234583](https://github.com/n8n-io/n8n/commit/8234583a8b51d8435681feae1fc3bff5db23bdd1))
7+
8+
9+
110
## [1.89.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.89.1) (2025-04-15)
211

312

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.89.1",
3+
"version": "1.89.2",
44
"private": true,
55
"engines": {
66
"node": ">=20.15",

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.89.1",
3+
"version": "1.89.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)