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

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-12 10:50:55 +04:00
parent d7f27e73d7
commit d1a2a7cf32
3 changed files with 10 additions and 3 deletions

4
package-lock.json generated
View File

@@ -19606,7 +19606,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.3.1",
"version": "0.4.0",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.27.0",
@@ -19693,7 +19693,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.183.0",
"version": "0.184.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "^0.24.1",

View File

@@ -4,6 +4,13 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.184.0] - 2026-05-12
### Changed
- Replace `PREFIX` with `GLOB` in tracker pattern match type options (breaking)
- Drop `displayName` from tracker pattern update operations — it is now derived from pattern + match type (breaking)
## [0.183.0] - 2026-05-07
### Added

View File

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