Skip to content

Commit 53fd5c9

Browse files
🚀 Release 1.119.1 (#21689)
Co-authored-by: CharlieKolb <[email protected]>
1 parent 5ac5cf1 commit 53fd5c9

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.119.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.119.1) (2025-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **editor:** Ensure license activation modal works when used without EULA ([#21681](https://github.com/n8n-io/n8n/issues/21681)) ([5ac5cf1](https://github.com/n8n-io/n8n/commit/5ac5cf1eeacdad740ed46a8379f5d8a8ad01a500))
7+
8+
9+
110
# [1.119.0](https://github.com/n8n-io/n8n/compare/[email protected]@1.119.0) (2025-11-03)
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.119.0",
3+
"version": "1.119.1",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

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

packages/frontend/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.119.0",
3+
"version": "1.119.1",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)