🚀 Release 2.35.2 (#36181)

Co-authored-by: n8n-release-helper[bot] <265227495+n8n-release-helper[bot]@users.noreply.github.com>
This commit is contained in:
n8n-assistant[bot]
2026-08-13 07:17:25 +00:00
committed by GitHub
parent 07e3927d0c
commit 3c078f45c2
5 changed files with 12 additions and 4 deletions
+8
View File
@@ -1,3 +1,11 @@
## [2.35.2](https://github.com/n8n-io/n8n/compare/n8n@2.35.1...n8n@2.35.2) (2026-08-13)
### Bug Fixes
* **core:** Report the real activation mode for triggers activated via the publication outbox ([#36151](https://github.com/n8n-io/n8n/issues/36151)) ([07e3927](https://github.com/n8n-io/n8n/commit/07e3927d0ced53aa1572d278933c424a1bc265ee))
## [2.35.1](https://github.com/n8n-io/n8n/compare/n8n@2.35.0...n8n@2.35.1) (2026-08-12)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "n8n-monorepo",
"version": "2.35.1",
"version": "2.35.2",
"private": true,
"engines": {
"node": ">=22.22",
@@ -1,6 +1,6 @@
{
"name": "@n8n/backend-test-utils",
"version": "1.35.1",
"version": "1.35.2",
"scripts": {
"clean": "rimraf dist .turbo",
"dev": "pnpm watch",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@n8n/db",
"version": "1.35.1",
"version": "1.35.2",
"scripts": {
"clean": "rimraf dist .turbo .tmp-schema-docs",
"gen:migration-index": "node scripts/generate-migration-index.mjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "n8n",
"version": "2.35.1",
"version": "2.35.2",
"description": "n8n Workflow Automation Tool",
"main": "dist/index",
"types": "dist/index.d.ts",