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

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-05-15 09:31:19 +02:00
parent 0360cfe3b4
commit 6a20515a68
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -19570,7 +19570,7 @@
}, },
"packages/n8n-node": { "packages/n8n-node": {
"name": "@probo/n8n-nodes-probo", "name": "@probo/n8n-nodes-probo",
"version": "0.185.0", "version": "0.186.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@n8n/node-cli": "^0.24.1", "@n8n/node-cli": "^0.24.1",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased ## 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 ## [0.185.0] - 2026-05-13
### Changed ### Changed

View File

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