🚀 Release 1.119.1

This commit is contained in:
CharlieKolb
2025-11-10 13:03:25 +00:00
committed by github-actions[bot]
parent 5ac5cf1eea
commit 5895b002ff
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
## [1.119.1](https://github.com/n8n-io/n8n/compare/n8n@1.119.0...n8n@1.119.1) (2025-11-10)
### Bug Fixes
* **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))
# [1.119.0](https://github.com/n8n-io/n8n/compare/n8n@1.118.0...n8n@1.119.0) (2025-11-03)

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "1.119.0",
"version": "1.119.1",
"private": true,
"engines": {
"node": ">=22.16",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.119.0",
"version": "1.119.1",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-editor-ui",
"version": "1.119.0",
"version": "1.119.1",
"description": "Workflow Editor UI for n8n",
"main": "index.js",
"type": "module",