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

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-05-25 17:07:13 -07:00
parent 5b199062ca
commit 46cc1e11ea
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.187.0",
"version": "0.187.1",
"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.1] - 2026-05-25
### Fixed
- Fix signature count mismatch in `getAllSignatures` — add a `state` filter to `DocumentVersionSignatureFilter` so results match the console's signatures tab
## [0.187.0] - 2026-05-22
### Added

View File

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