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

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-06-30 13:06:49 +02:00
parent f9489f6e53
commit 81bc8f7115
3 changed files with 13 additions and 99 deletions

View File

@@ -4,6 +4,16 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.198.0] - 2026-06-30
### Added
- `document.getLatestPublishedVersionId` operation to retrieve the ID of the latest published version of a document
### Fixed
- `organization.getMany` failing when the organization has pending user invitations
## [0.197.0] - 2026-06-22
### Added

View File

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