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

This commit is contained in:
Émile Ré
2026-07-20 19:53:48 +02:00
parent c68324307b
commit 9b88603c64
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.203.0",
"version": "0.204.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.204.0] - 2026-07-20
### Added
- Trust Center commitment and commitment group operations (create, get all, update, delete) so workflows can manage compliance portal commitments end to end
## [0.203.0] - 2026-07-20
### Changed

View File

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