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

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-07-20 12:37:30 +02:00
parent 0cea92ac78
commit e7ebab0d58
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.202.1",
"version": "0.203.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.203.0] - 2026-07-20
### Changed
- Renamed the risk operations' "Inherent" field label to "Initial", for consistency with the console and CLI
## [0.202.1] - 2026-07-15
### Fixed

View File

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