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

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",