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

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-15 17:00:16 +02:00
parent 54af2f7846
commit 6a9ef1468f
3 changed files with 12 additions and 11 deletions

View File

@@ -4,6 +4,8 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.202.0] - 2026-07-15
### Added
- Probo Trigger output for `*:updated` events now includes an `updatedFrom` object alongside `data`, holding the entity snapshot from before the update so workflows can diff old vs new values (for example `{{ $json.updatedFrom.membership.role }}` vs `{{ $json.data.membership.role }}`)

View File

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