From a31c68b03f7d450148606b6bc576f81daef5e4bc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 19 May 2025 17:28:54 +0000 Subject: [PATCH] =?UTF-8?q?fix(core):=20No=20changes=20detected=20?= =?UTF-8?q?=E2=80=93=20project=20structure=20and=20documentation=20remain?= =?UTF-8?q?=20unchanged.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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.' }