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

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-05-27 13:48:17 -07:00
parent bc5244d9f4
commit f40fae63b3
3 changed files with 12 additions and 2 deletions

2
package-lock.json generated
View File

@@ -20682,7 +20682,7 @@
},
"packages/n8n-node": {
"name": "@probo/n8n-nodes-probo",
"version": "0.188.0",
"version": "0.189.0",
"license": "MIT",
"devDependencies": {
"@n8n/node-cli": "^0.24.1",

View File

@@ -4,6 +4,16 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i
## Unreleased
## [0.189.0] - 2026-05-27
### Added
- Add `user archiveUser` operation to deactivate a user profile while keeping them in the organization
### Changed
- Sort user operation options alphabetically
## [0.188.0] - 2026-05-26
### Added

View File

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