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

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-22 13:58:43 +02:00
parent 85a2f43e72
commit 63e8c85f66
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20269,7 +20269,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.186.0",
"version": "0.187.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "^0.24.1",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.187.0] - 2026-05-22
### Added
- Add a `riskAssessment` resource exposing the full risk assessment hierarchy — assessments, scopes, nodes, processes, threats, and scenarios — with CRUD operations, scenario-to-risk and scenario-to-threat link/unlink, and scope Mermaid chart retrieval
## [0.186.0] - 2026-05-15
### Changed

View File

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