diff --git a/package-lock.json b/package-lock.json index 8e873d18b..4833d022d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/packages/n8n-node/CHANGELOG.md b/packages/n8n-node/CHANGELOG.md index 0b9926ce8..6550c1d92 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -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 diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index cb15b9bc6..278350fca 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -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",