From 9dd56a93621b3549005564cacef5034d2e8fec7d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 4 Feb 2025 01:11:54 +0100 Subject: [PATCH] fix(core): No uncommitted changes. Preparing for potential minor improvements or bug fixes. --- 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 eb97715..4c4af0a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-02-04 - 3.1.4 - fix(core) +No uncommitted changes. Preparing for potential minor improvements or bug fixes. + + ## 2025-02-04 - 3.1.3 - fix(networkproxy) Refactor and improve WebSocket handling and request processing diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 20e8b6a..5f26248 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.1.3', + version: '3.1.4', description: 'a proxy for handling high workloads of proxying' }