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

This commit is contained in:
Bryan Frimin
2026-07-27 19:01:56 +02:00
parent bc64e5ead8
commit bcf244c787
3 changed files with 16 additions and 3 deletions

View File

@@ -4,6 +4,20 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.207.0] - 2026-07-27
### Added
- User `Get Many` gained `Filter` (search by name/email), `Role`, and `Kind` fields, with the default page size raised to 100
### Changed
- Access Review `Create` and `Update` operations gained a multi-select `Sources` field to configure scope sources in the same call, replacing the separate `Add Source` operation
### Fixed
- Access Review source loader now paginates through all scoped sources instead of stopping at the first 500, so organizations with more sources can select them all when creating or updating a campaign
## [0.206.2] - 2026-07-24
### Fixed

View File

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