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

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-07-22 16:54:17 +02:00
parent 7ede7cd904
commit e5bc0c441e
3 changed files with 4 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.206.1] - 2026-07-22
### Fixed
- Organization Get/Get Many/Create no longer query removed Connect `Organization` profile fields (`description`, `websiteUrl`, `email`, `headquarterAddress`), which broke Organization Get Many. Use Compliance Portal Get/Update for those fields instead

View File

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