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

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-07-28 18:44:04 +02:00
parent 8ff40db35f
commit 53d59ceb2f
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20558,7 +20558,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.207.0",
"version": "0.208.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "0.37.2",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.208.0] - 2026-07-28
### Added
- Audit `Create` and `Update` operations gained `Audit Start Date` and `Audit End Date` fields
## [0.207.0] - 2026-07-27
### Added

View File

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