Release @probo/n8n-nodes-probo/v0.182.0
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user