From 621ad9e6818d2e12d632eadd55fbe63c40ee206f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 27 Feb 2025 12:42:50 +0000 Subject: [PATCH] fix(core): Updated minor version numbers in dependencies for patch release. --- 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 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.' }