From 32408fe535979ee02bcb3039b6a2520154739bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 10 Jun 2026 18:51:52 +0200 Subject: [PATCH] Release @probo/n8n-nodes-probo/v0.193.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- package-lock.json | 2 +- packages/n8n-node/CHANGELOG.md | 7 +++++++ packages/n8n-node/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index c3893202b..dc5f398e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20917,7 +20917,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.192.0", + "version": "0.193.0", "license": "MIT", "devDependencies": { "@n8n/node-cli": "^0.24.1", diff --git a/packages/n8n-node/CHANGELOG.md b/packages/n8n-node/CHANGELOG.md index a83ed5001..fc9e0ce08 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.193.0] - 2026-06-10 + +### Added + +- Expose `regulationSource` (`DETECTED`/`DEFAULT`) on cookie consent record operations to indicate whether the regulation came from geolocation or fell back to GDPR +- `parentThirdPartyId` and `level` fields on third-party `create`/`getAll` operations for sub-third-party scoping under a parent + ## [0.192.0] - 2026-06-09 ### Added diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 9849f94a9..ff8b446cd 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.192.0", + "version": "0.193.0", "main": "index.js", "scripts": { "build": "n8n-node build",