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

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-02 17:59:04 +02:00
parent 82bf5cdfaf
commit 472ad0677c
3 changed files with 18 additions and 2 deletions

2
package-lock.json generated
View File

@@ -19347,7 +19347,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.199.0",
"version": "0.200.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "0.37.1",

View File

@@ -4,6 +4,22 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.200.0] - 2026-07-02
### Added
- `ProboTrigger` node that starts a workflow when Probo emits a webhook event; it owns the subscription lifecycle (creates it on activation, re-registers it when the webhook URL drifts, deletes it on deactivation) and verifies the HMAC-SHA256 signature constant-time
- Document lifecycle webhook events — document created/updated/archived/unarchived/deleted, version created/updated/published/rejected/deleted, version signature requested/signed/cancelled, and version approval quorum requested/approved/rejected/updated/voided
### Changed
- Default Probo Server credential URL is now `https://us.probo.com` (was `https://us.console.getprobo.com`)
- Update the node's codex metadata to satisfy n8n marketplace review — use supported `Development`/`Utility` categories and the scoped `@probo/n8n-nodes-probo.probo` node identifier
### Removed
- `MEETING_*` webhook event choices from the webhook create/update operations — they were never part of the backend event enum
## [0.199.0] - 2026-06-30
### Added

View File

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