mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-29 03:55:15 +02:00
🚀 Release 2.4.6 (#24790)
Co-authored-by: seemewalkin <38620398+seemewalkin@users.noreply.github.com>
This commit is contained in:
parent
4bbe53627b
commit
5e11c29238
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "2.4.5",
|
||||
"version": "2.4.6",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=22.16",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@n8n/n8n-nodes-langchain",
|
||||
"version": "2.4.4",
|
||||
"version": "2.4.5",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@n8n/i18n",
|
||||
"type": "module",
|
||||
"version": "2.4.3",
|
||||
"version": "2.4.4",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user