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

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-05-26 18:34:07 +02:00
parent 08d1256ac0
commit d8f0cf558b
3 changed files with 13 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.1",
"version": "0.188.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "^0.24.1",

View File

@@ -4,6 +4,17 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.188.0] - 2026-05-26
### Added
- Add `measure linkThirdParty`/`unlinkThirdParty` operations
- Add `thirdParty linkThirdParty`/`unlinkThirdParty`/`listChildThirdParties` operations for self-referential relations
### Changed
- Allow initial minor publishing of documents
## [0.187.1] - 2026-05-25
### Fixed

View File

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