diff --git a/package-lock.json b/package-lock.json index fe7481dfc..85815512e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20867,7 +20867,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.200.0", + "version": "0.201.0", "license": "MIT", "devDependencies": { "@n8n/node-cli": "0.37.2", diff --git a/packages/n8n-node/CHANGELOG.md b/packages/n8n-node/CHANGELOG.md index 463432aee..bd552e049 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.201.0] - 2026-07-09 + +### Added + +- `document.update` can now edit the current draft version's body, title, classification, and document type, creating a draft from the latest published version when none exists (empty fields are skipped) + +### Changed + +- Renamed the document-signature filter `state` field to `profileState`, matching the API rename and disambiguating it from the signature `states` field +- Corrected the document operation help text to note the content/body field expects a ProseMirror document JSON string, not markdown + +### Removed + +- `document.createDraftVersion` operation — editing the body via `document.update` now covers draft creation + ## [0.200.0] - 2026-07-02 ### Added diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 00d51e188..03343dead 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.200.0", + "version": "0.201.0", "main": "index.js", "scripts": { "build": "n8n-node build",