diff --git a/changelog.md b/changelog.md index 22771af..c07fb35 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-03-03 - 3.22.4 - fix(core) +Addressed minor issues in the core modules to improve stability and performance. + + ## 2025-03-03 - 3.22.3 - fix(core) Improve connection management and error handling in PortProxy diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9c56d96..8b5010c 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: '3.22.3', + version: '3.22.4', description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.' }