From bcf244c78765b11be966eb7a4e214a7bfd56e961 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Mon, 27 Jul 2026 19:01:56 +0200 Subject: [PATCH] Release @probo/n8n-nodes-probo/v0.207.0 --- package-lock.json | 3 +-- packages/n8n-node/CHANGELOG.md | 14 ++++++++++++++ packages/n8n-node/package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1087f61d1..75dd717bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/packages/n8n-node/CHANGELOG.md b/packages/n8n-node/CHANGELOG.md index 6b044e3d5..31ceda1df 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -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 diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index c31a40055..58c3d049b 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -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",