fix(core): No changes detected – project structure and documentation remain unchanged.

This commit is contained in:
Philipp Kunz 2025-05-19 17:28:54 +00:00
parent 465148d553
commit a31c68b03f
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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.'
}