Release @probo/n8n-nodes-probo/v0.195.0
Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -22206,7 +22206,7 @@
|
|||||||
},
|
},
|
||||||
"packages/n8n-node": {
|
"packages/n8n-node": {
|
||||||
"name": "@probo/n8n-nodes-probo",
|
"name": "@probo/n8n-nodes-probo",
|
||||||
"version": "0.194.0",
|
"version": "0.195.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@n8n/node-cli": "^0.24.1",
|
"@n8n/node-cli": "^0.24.1",
|
||||||
|
|||||||
@@ -4,6 +4,12 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [0.195.0] - 2026-06-19
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- `document.sendSigningNotifications` operation (replaced by an automatic debounced notification worker on the server)
|
||||||
|
|
||||||
## [0.194.0] - 2026-06-11
|
## [0.194.0] - 2026-06-11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@probo/n8n-nodes-probo",
|
"name": "@probo/n8n-nodes-probo",
|
||||||
"version": "0.194.0",
|
"version": "0.195.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "n8n-node build",
|
"build": "n8n-node build",
|
||||||
|
|||||||
Reference in New Issue
Block a user