mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
🚀 Release 2.26.7 (#32555)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b17a29340b
commit
8ee27e81a6
@@ -1,3 +1,11 @@
|
||||
## [2.26.7](https://github.com/n8n-io/n8n/compare/n8n@2.26.6...n8n@2.26.7) (2026-06-18)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **Compression Node:** Decompress only the archive members ([#32517](https://github.com/n8n-io/n8n/issues/32517)) ([b17a293](https://github.com/n8n-io/n8n/commit/b17a29340b811797a72a14992d035d3ab0696568))
|
||||
|
||||
|
||||
## [2.26.6](https://github.com/n8n-io/n8n/compare/n8n@2.26.5...n8n@2.26.6) (2026-06-17)
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-monorepo",
|
||||
"version": "2.26.6",
|
||||
"version": "2.26.7",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=22.22",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@n8n/n8n-nodes-langchain",
|
||||
"version": "2.26.3",
|
||||
"version": "2.26.4",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n",
|
||||
"version": "2.26.6",
|
||||
"version": "2.26.7",
|
||||
"description": "n8n Workflow Automation Tool",
|
||||
"main": "dist/index",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "n8n-nodes-base",
|
||||
"version": "2.26.3",
|
||||
"version": "2.26.4",
|
||||
"description": "Base nodes of n8n",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user