🚀 Release 2.4.6 (#24790)

Co-authored-by: seemewalkin <38620398+seemewalkin@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot] 2026-01-23 16:15:00 +01:00 committed by GitHub
parent 4bbe53627b
commit 5e11c29238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 18 additions and 6 deletions

View File

@ -1,3 +1,15 @@
## [2.4.6](https://github.com/n8n-io/n8n/compare/n8n@2.4.5...n8n@2.4.6) (2026-01-23)
### Bug Fixes
* **Azure AI Search Node:** Add metadata transformation for document insertion ([#24623](https://github.com/n8n-io/n8n/issues/24623)) ([4bbe536](https://github.com/n8n-io/n8n/commit/4bbe53627b34eea0aff8b86ffd0c7633bd0285ab))
* **editor:** Update ready to run CTA ([#24757](https://github.com/n8n-io/n8n/issues/24757)) ([b99fab0](https://github.com/n8n-io/n8n/commit/b99fab0d221d2fa04f9bab7d2b5b443db144a7f4))
* **Git Node:** Clean up URLs returned from config ([#24713](https://github.com/n8n-io/n8n/issues/24713)) ([fce6684](https://github.com/n8n-io/n8n/commit/fce66849a6ef3e46563687fde9876835732065b0))
* Validate attachments url ([#24683](https://github.com/n8n-io/n8n/issues/24683)) ([0e59ee3](https://github.com/n8n-io/n8n/commit/0e59ee3e9466b34413cefa11f1f8315fbfd72510))
## [2.4.5](https://github.com/n8n-io/n8n/compare/n8n@2.4.4...n8n@2.4.5) (2026-01-22)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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