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