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

3
package-lock.json generated
View File

@@ -19081,7 +19081,6 @@
"os": [
"darwin"
],
"peer": true,
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
@@ -20559,7 +20558,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.206.2",
"version": "0.207.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "0.37.2",

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",