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

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-24 18:05:10 +02:00
parent a9e3044b47
commit eff175f7c1
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20552,7 +20552,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.206.1",
"version": "0.206.2",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "0.37.2",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.206.2] - 2026-07-24
### Fixed
- User Get no longer queries Connect `Organization.email`, which was removed and broke the operation; organization selection now matches User list/create/update
## [0.206.1] - 2026-07-22
### Fixed

View File

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