Release @probo/n8n-nodes-probo/v0.202.0
Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
@@ -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 }}`)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user