Compare commits

..

2 Commits

Author SHA1 Message Date
jkunz 729bdcbf54 v27.10.2
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-05-12 23:08:41 +00:00
jkunz 823edf1ab0 fix(repo): no code changes to release 2026-05-12 23:08:38 +00:00
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -3,6 +3,13 @@
## Pending ## Pending
## 2026-05-12 - 27.10.2
### Fixes
- no code changes to release (repo)
## 2026-05-12 - 27.10.1 ## 2026-05-12 - 27.10.1
### Fixes ### Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartproxy", "name": "@push.rocks/smartproxy",
"version": "27.10.1", "version": "27.10.2",
"private": false, "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.", "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", "main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartproxy', 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.' 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.'
} }