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

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-06-11 16:25:01 +02:00
parent e962d300cb
commit 452a7625a7
3 changed files with 100 additions and 213 deletions

303
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,14 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased ## Unreleased
## [0.194.0] - 2026-06-11
### Changed
- Connect org logo fields now return File download URLs
- `document publishVersion` now requires explicit `approverIds` when publishing a major version
- References updated to probo.com
## [0.193.0] - 2026-06-10 ## [0.193.0] - 2026-06-10
### Added ### Added

View File

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