diff --git a/package-lock.json b/package-lock.json index 09048fa43..a339be1e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19570,7 +19570,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.185.0", + "version": "0.186.0", "license": "MIT", "devDependencies": { "@n8n/node-cli": "^0.24.1", diff --git a/packages/n8n-node/CHANGELOG.md b/packages/n8n-node/CHANGELOG.md index 8c14b7272..6cb329f05 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.186.0] - 2026-05-15 + +### Changed + +- Rename the `vendor` resource and its operations to `thirdParty` across all node actions (breaking) + ## [0.185.0] - 2026-05-13 ### Changed diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index 816a86ae1..8b41600a5 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.185.0", + "version": "0.186.0", "main": "index.js", "scripts": { "build": "n8n-node build",