🚀 Release 1.121.1

This commit is contained in:
RomanDavydchuk
2025-11-19 11:27:16 +00:00
committed by github-actions[bot]
parent 39a2d1d60e
commit 5ff2a47d7d
19 changed files with 22 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
## [1.121.1](https://github.com/n8n-io/n8n/compare/n8n@1.121.0...n8n@1.121.1) (2025-11-19)
# [1.121.0](https://github.com/n8n-io/n8n/compare/n8n@1.120.0...n8n@1.121.0) (2025-11-18)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-core",
"version": "1.120.0",
"version": "1.120.1",
"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.25.0",
"version": "1.25.1",
"files": [
"dist"
],

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-node-dev",
"version": "1.119.0",
"version": "1.119.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.119.0",
"version": "1.119.1",
"description": "Base nodes of n8n",
"main": "index.js",
"scripts": {

View File

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