🚀 Release 2.26.7 (#32555)

Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot]
2026-06-18 09:58:29 +00:00
committed by GitHub
parent b17a29340b
commit 8ee27e81a6
5 changed files with 12 additions and 4 deletions
+8
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.26.6",
"version": "2.26.7",
"private": true,
"engines": {
"node": ">=22.22",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@n8n/n8n-nodes-langchain",
"version": "2.26.3",
"version": "2.26.4",
"description": "",
"main": "index.js",
"exports": {
+1 -1
View File
@@ -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 -1
View File
@@ -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": {