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

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-07 16:24:17 +04:00
parent 593a354c8c
commit 1b2b72f29e
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -19693,7 +19693,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.182.0",
"version": "0.183.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.183.0] - 2026-05-07
### Added
- Add `regulation` and `countryCode` fields on cookie consent record operations
## [0.182.0] - 2026-05-06
### Changed

View File

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