diff --git a/package-lock.json b/package-lock.json index e525fbccc..bc841f056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19693,7 +19693,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.0.1", + "version": "0.182.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 ac8b71b46..128647b14 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.182.0] - 2026-05-06 + +### Changed + +- Replace `publishMinor`, `publishMajor`, and `requestApproval` document operations with a unified `publish` accepting a `minor` flag and required `changelog` (breaking) +- Rename `cookiePattern` operations to `trackerPattern` with new `trackerType` field (breaking) + +### Removed + +- Remove legacy `cookiePattern` operations + ## [0.0.1] - 2026-04-27 ### Changed diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index a4b88df77..b2c16b3df 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.0.1", + "version": "0.182.0", "main": "index.js", "scripts": { "build": "n8n-node build",