diff --git a/changelog.md b/changelog.md index 43ae2a5..b89df01 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-05-19 - 19.3.3 - fix(core) +No changes detected – project structure and documentation remain unchanged. + +- Git diff indicates no modifications. +- All source code, tests, and documentation files are intact with no alterations. + ## 2025-05-19 - 19.3.2 - fix(SmartCertManager) Preserve certificate manager update callback during route updates diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 6e64fd9..53b9b60 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: '19.3.2', + version: '19.3.3', 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.' }