🚀 Release 1.119.2

This commit is contained in:
tomi
2025-11-14 16:06:21 +00:00
committed by github-actions[bot]
parent f869afd5f7
commit 4f5146e7c5
12 changed files with 21 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
## [1.119.2](https://github.com/n8n-io/n8n/compare/n8n@1.119.1...n8n@1.119.2) (2025-11-14)
### Bug Fixes
* **core:** Validate package version when installing community node ([#21886](https://github.com/n8n-io/n8n/issues/21886)) ([f869afd](https://github.com/n8n-io/n8n/commit/f869afd5f773a53da0acbff7c1022fc724be66d6))
* **Git Node:** Disable git hooks by default ([#21797](https://github.com/n8n-io/n8n/issues/21797)) ([d5a1171](https://github.com/n8n-io/n8n/commit/d5a1171f95f75def5c3ac577707ab913e22aef04))
## [1.119.1](https://github.com/n8n-io/n8n/compare/n8n@1.119.0...n8n@1.119.1) (2025-11-10)

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@n8n/config",
"version": "1.61.0",
"version": "1.61.1",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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