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

This commit is contained in:
Émile Ré
2026-06-19 17:12:45 +02:00
parent d4b0040e95
commit 9e6f1b9e8f
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -21866,7 +21866,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.195.0",
"version": "0.196.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "^0.24.1",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.196.0] - 2026-06-19
### Changed
- Internal toolchain maintenance (build/lint dependency bumps); no change to node behavior or operations
## [0.195.0] - 2026-06-19
### Removed

View File

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