Release @probo/n8n-nodes-probo/v0.207.0
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -19081,7 +19081,6 @@
|
|||||||
"os": [
|
"os": [
|
||||||
"darwin"
|
"darwin"
|
||||||
],
|
],
|
||||||
"peer": true,
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
||||||
}
|
}
|
||||||
@@ -20559,7 +20558,7 @@
|
|||||||
},
|
},
|
||||||
"packages/n8n-node": {
|
"packages/n8n-node": {
|
||||||
"name": "@probo/n8n-nodes-probo",
|
"name": "@probo/n8n-nodes-probo",
|
||||||
"version": "0.206.2",
|
"version": "0.207.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@n8n/node-cli": "0.37.2",
|
"@n8n/node-cli": "0.37.2",
|
||||||
|
|||||||
@@ -4,6 +4,20 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
|
|||||||
|
|
||||||
## Unreleased
|
## 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
|
## [0.206.2] - 2026-07-24
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@probo/n8n-nodes-probo",
|
"name": "@probo/n8n-nodes-probo",
|
||||||
"version": "0.206.2",
|
"version": "0.207.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "n8n-node build",
|
"build": "n8n-node build",
|
||||||
|
|||||||
Reference in New Issue
Block a user