diff --git a/changelog.md b/changelog.md index 6d14db2..cc559fb 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ + +## 2026-05-20 - 27.10.3 + ### Fixes - enable static CRT linking for Linux Rust targets (rust) diff --git a/package.json b/package.json index fc100f6..542551e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartproxy", - "version": "27.10.2", + "version": "27.10.3", "private": false, "description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 47e3b37..fe45183 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: '27.10.2', + version: '27.10.3', description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.' }