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

This commit is contained in:
Bryan Frimin
2026-07-21 18:24:44 +02:00
parent 1f47bcae3c
commit 2a250ab7d4
3 changed files with 17 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20873,7 +20873,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.204.0",
"version": "0.205.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "0.37.2",

View File

@@ -4,6 +4,21 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.205.0] - 2026-07-21
### Added
- Compliance Portal `Update` operation gained Title, Description, Website URL, Email, and Headquarter Address fields to manage the compliance page profile
- Webhook event choices now include `RIGHT_REQUEST_CREATED`, `RIGHT_REQUEST_UPDATED`, and `RIGHT_REQUEST_DELETED`
### Changed
- Renamed the `Trust Center` resource to `Compliance Portal`, and its custom link operations to `Create Custom Link`/`Delete Custom Link`, matching the renamed GraphQL API
### Removed
- `Organization` > `Update` no longer exposes Description, Website URL, Email, and Headquarter Address fields; use `Compliance Portal` > `Update` instead
## [0.204.0] - 2026-07-20
### Added

View File

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