From 729bdcbf541e73afc015dd101495d55861ee9f98 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 12 May 2026 23:08:41 +0000 Subject: [PATCH] v27.10.2 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 237c1b9..75ceb9f 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-12 - 27.10.2 + ### Fixes - no code changes to release (repo) diff --git a/package.json b/package.json index eba59f3..fc100f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartproxy", - "version": "27.10.1", + "version": "27.10.2", "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 b74a680..47e3b37 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.1', + version: '27.10.2', 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.' }