WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ae953f8

Browse files
🚀 Release 1.117.2 (#21221)
Signed-off-by: Oleg Ivaniv <[email protected]> Co-authored-by: OlegIvaniv <[email protected]>
1 parent 627b3c1 commit ae953f8

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.117.2](https://github.com/n8n-io/n8n/compare/[email protected]@1.117.2) (2025-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **ai-builder:** Prompt input scrolling fix and update max line from 6 -> 10 ([#21165](https://github.com/n8n-io/n8n/issues/21165)) ([627b3c1](https://github.com/n8n-io/n8n/commit/627b3c1a70978eaf46d083071f9feb2b46bfdad9))
7+
* **OpenAI Node:** Remove built-in MCP from V2 ([#21159](https://github.com/n8n-io/n8n/issues/21159)) ([b2342b1](https://github.com/n8n-io/n8n/commit/b2342b1327ace73ec17ad3ae48a23c1059413071))
8+
9+
10+
111
## [1.117.1](https://github.com/n8n-io/n8n/compare/[email protected]@1.117.1) (2025-10-24)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-monorepo",
3-
"version": "1.117.1",
3+
"version": "1.117.2",
44
"private": true,
55
"engines": {
66
"node": ">=22.16",

packages/@n8n/nodes-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/n8n-nodes-langchain",
3-
"version": "1.116.1",
3+
"version": "1.116.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n",
3-
"version": "1.117.1",
3+
"version": "1.117.2",
44
"description": "n8n Workflow Automation Tool",
55
"main": "dist/index",
66
"types": "dist/index.d.ts",

packages/frontend/@n8n/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@n8n/chat",
3-
"version": "0.62.0",
3+
"version": "0.62.1",
44
"scripts": {
55
"dev": "pnpm run storybook",
66
"build": "pnpm build:vite && pnpm build:bundle",

packages/frontend/@n8n/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@n8n/design-system",
4-
"version": "1.104.0",
4+
"version": "1.104.1",
55
"main": "src/index.ts",
66
"import": "src/index.ts",
77
"scripts": {

packages/frontend/editor-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "n8n-editor-ui",
3-
"version": "1.117.1",
3+
"version": "1.117.2",
44
"description": "Workflow Editor UI for n8n",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)