🚀 Release 1.120.4

This commit is contained in:
RomanDavydchuk
2025-11-19 11:22:54 +00:00
committed by github-actions[bot]
parent 1c933358ac
commit 59de68c78f
19 changed files with 22 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
## [1.120.4](https://github.com/n8n-io/n8n/compare/n8n@1.120.3...n8n@1.120.4) (2025-11-19)
## [1.120.3](https://github.com/n8n-io/n8n/compare/n8n@1.120.2...n8n@1.120.3) (2025-11-14)

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/ai-workflow-builder",
"version": "0.30.1",
"version": "0.30.2",
"scripts": {
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/api-types",
"version": "0.54.0",
"version": "0.54.1",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/backend-common",
"version": "0.30.2",
"version": "0.30.3",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/backend-test-utils",
"version": "0.23.1",
"version": "0.23.2",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/db",
"version": "0.31.2",
"version": "0.31.3",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/decorators",
"version": "0.30.1",
"version": "0.30.2",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "1.119.1",
"version": "1.119.2",
"description": "",
"main": "index.js",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/task-runner",
"version": "1.56.1",
"version": "1.56.2",
"scripts": {
"clean": "rimraf dist .turbo",
"start": "node dist/start.js",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.119.2",
"version": "1.119.3",
"description": "Core functionality of n8n",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "@n8n/i18n",
"type": "module",
"version": "1.24.1",
"version": "1.24.2",
"files": [
"dist"
],

View File

@@ -1,7 +1,7 @@
{
"name": "@n8n/rest-api-client",
"type": "module",
"version": "1.23.0",
"version": "1.23.1",
"files": [
"dist"
],

View File

@@ -1,7 +1,7 @@
{
"name": "@n8n/stores",
"type": "module",
"version": "1.27.0",
"version": "1.27.1",
"files": [
"dist"
],

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.118.0",
"version": "1.118.1",
"description": "CLI to simplify n8n credentials/node development",
"main": "dist/src/index",
"types": "dist/src/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-base",
"version": "1.118.1",
"version": "1.118.2",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-workflow",
"version": "1.117.0",
"version": "1.117.1",
"description": "Workflow base code of n8n",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",