Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ea0f6d2270 | |||
621ad9e681 |
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-02-27 - 3.16.0 - feat(PortProxy)
|
||||||
Enhancements made to PortProxy settings and capabilities
|
Enhancements made to PortProxy settings and capabilities
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "3.16.0",
|
"version": "3.16.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
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.'
|
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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user