From 30c25ec70ca461c1d720a6655cbe005479169f7e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 4 May 2025 13:05:48 +0000 Subject: [PATCH] fix(smartproxy): No changes detected in project files. This commit updates commit info without modifying any functionality. --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 98461f7..34d35da 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-05-04 - 10.0.6 - fix(smartproxy) +No changes detected in project files. This commit updates commit info without modifying any functionality. + + ## 2025-05-04 - 10.0.5 - fix(exports/types) Refactor exports and remove duplicate IReverseProxyConfig interface diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c63c2c7..96512c2 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: '10.0.5', + version: '10.0.6', description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, dynamic routing with authentication options, and automatic ACME certificate management.' }