🚀 Release 1.118.2

This commit is contained in:
ivov
2025-11-05 17:26:45 +00:00
committed by github-actions[bot]
parent 0c04ff47ec
commit 25f170db7d
7 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
## [1.118.2](https://github.com/n8n-io/n8n/compare/n8n@1.118.1...n8n@1.118.2) (2025-11-05)
### Bug Fixes
* **core:** Fix AI Agent v3 Tool Execution Issues ([#21477](https://github.com/n8n-io/n8n/issues/21477)) ([0c04ff4](https://github.com/n8n-io/n8n/commit/0c04ff47ecd7757ec9b7561e2fdb73e2bfcc22af))
## [1.118.1](https://github.com/n8n-io/n8n/compare/n8n@1.118.0...n8n@1.118.1) (2025-10-28)

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "1.118.1",
"version": "1.118.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.117.0",
"version": "1.117.1",
"description": "Core functionality of n8n",
"main": "dist/index",
"types": "dist/index.d.ts",

View File

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