Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7389072841 | |||
9dd56a9362 |
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-02-04 - 3.1.3 - fix(networkproxy)
|
||||||
Refactor and improve WebSocket handling and request processing
|
Refactor and improve WebSocket handling and request processing
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "3.1.3",
|
"version": "3.1.4",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a proxy for handling high workloads of proxying",
|
"description": "a proxy for handling high workloads of proxying",
|
||||||
"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.1.3',
|
version: '3.1.4',
|
||||||
description: 'a proxy for handling high workloads of proxying'
|
description: 'a proxy for handling high workloads of proxying'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user