mirror of
https://github.com/n8n-io/n8n.git
synced 2025-12-05 19:27:26 -06:00
🚀 Release 1.119.1
This commit is contained in:
committed by
github-actions[bot]
parent
5ac5cf1eea
commit
5895b002ff
@@ -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)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "1.119.0",
|
||||
"version": "1.119.1",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=22.16",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user