From ddcfb2f00d998bafff6b88e0b04c63c0d3451338 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 15 May 2025 14:35:43 +0000 Subject: [PATCH] fix(smartproxy): Update project documentation and internal configuration files; no functional changes. --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index dc44e7f..3d64622 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-05-15 - 18.0.2 - fix(smartproxy) +Update project documentation and internal configuration files; no functional changes. + +- Synchronized readme, hints, and configuration metadata with current implementation +- Updated tests and commit info details to reflect project structure + ## 2025-05-15 - 18.0.1 - fix(smartproxy) Consolidate duplicate IRouteSecurity interfaces to use standardized property names (ipAllowList and ipBlockList), fix port preservation logic for 'preserve' mode in forward actions, and update dependency versions in package.json. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 046ac32..8b15c7a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartproxy', - version: '18.0.1', + version: '18.0.2', description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.' }