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

Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
Sacha Al Himdani
2026-07-15 18:51:47 +02:00
parent 05d3f17ae7
commit 3c3276a90b
3 changed files with 9 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20871,7 +20871,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.202.0",
"version": "0.202.1",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "0.37.2",

View File

@@ -4,6 +4,13 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.202.1] - 2026-07-15
### Fixed
- Probo Trigger now logs webhook subscription delete failures instead of silently swallowing them
- Corrected the Probo Trigger codex node identifier and replaced unsupported marketplace categories to satisfy the n8n community-node review
## [0.202.0] - 2026-07-15
### Added

View File

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