diff --git a/changelog.md b/changelog.md index a84994d..67af9ff 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2025-02-27 - 3.16.1 - fix(core) +Updated minor version numbers in dependencies for patch release. + +- No specific file changes detected. +- Dependencies versioning adjusted for stability. + ## 2025-02-27 - 3.16.0 - feat(PortProxy) Enhancements made to PortProxy settings and capabilities diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5aa811e..089e7bf 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.16.0', + version: '3.16.1', description: 'A robust and versatile proxy package designed to handle high workloads, offering features like SSL redirection, port proxying, WebSocket support, and customizable routing and authentication.' }