Release @probo/n8n-nodes-probo/v0.193.0

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-06-10 18:51:52 +02:00
parent 9986553f4e
commit 32408fe535
3 changed files with 9 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20917,7 +20917,7 @@
}, },
"packages/n8n-node": { "packages/n8n-node": {
"name": "@probo/n8n-nodes-probo", "name": "@probo/n8n-nodes-probo",
"version": "0.192.0", "version": "0.193.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@n8n/node-cli": "^0.24.1", "@n8n/node-cli": "^0.24.1",

View File

@@ -4,6 +4,13 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased ## 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 ## [0.192.0] - 2026-06-09
### Added ### Added

View File

@@ -1,6 +1,6 @@
{ {
"name": "@probo/n8n-nodes-probo", "name": "@probo/n8n-nodes-probo",
"version": "0.192.0", "version": "0.193.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "n8n-node build", "build": "n8n-node build",