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

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-13 15:24:34 +04:00
parent 004ea564f4
commit 0d37f7d315
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -19570,7 +19570,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.184.0",
"version": "0.185.0",
"license": "MIT",
"devDependencies": {
"@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
## [0.185.0] - 2026-05-13
### Changed
- Drop the `consentMode` field from cookie banner create/update operations and remove `consent_mode` from cookie banner outputs — consent mode is now derived from the visitor's geolocation at consent time (breaking)
## [0.184.0] - 2026-05-12
### Changed

View File

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