Release @probo/n8n-nodes-probo/v0.201.0
Signed-off-by: Sacha Al Himdani <sacha@probo.com>
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user