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

This commit is contained in:
Bryan Frimin
2026-07-22 14:17:37 +02:00
parent a9a8cba1e2
commit c67530d126
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20873,7 +20873,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.205.0",
"version": "0.206.0",
"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.0] - 2026-07-22
### Changed
- Compliance Portal `Update` operation renamed the `Title` field to `Entity Name`, matching the compliance portal's short entity-name field
## [0.205.0] - 2026-07-21
### Added

View File

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