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

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-06-02 12:47:41 +02:00
parent d9cf24d8fc
commit 8fee43d4dd
3 changed files with 9 additions and 3 deletions

4
package-lock.json generated
View File

@@ -20987,7 +20987,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.190.0",
"version": "0.191.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "^0.24.1",
@@ -21114,7 +21114,7 @@
"storybook": "^10.2.10",
"typescript": "~5.8.3",
"vite": "^7.3.2",
"vitest": "^4.1.6"
"vitest": "^4.1.8"
},
"peerDependencies": {
"react": "^19.1.0",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.191.0] - 2026-06-02
### Added
- Add `thirdParty vet` operation to enqueue async third-party vetting
## [0.190.0] - 2026-05-28
### Added

View File

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