Release @probo/n8n-nodes-probo/v0.193.0
Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user