Skip to content

Commit eab07c5

Browse files
committed
chore: release v3.13.1
1 parent ea4a5f4 commit eab07c5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [3.13.1](https://github.com/geekdada/surgio/compare/v3.13.0...v3.13.1) (2026-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **generator:** deep merge objects in createExtendFunction ([cde3351](https://github.com/geekdada/surgio/commit/cde335156cc7f0afe4b34bd9ab5d7ad7e58061db)), closes [#309](https://github.com/geekdada/surgio/issues/309)
7+
* **provider:** support port ranges for tuic and hysteria2 ([1ddd25b](https://github.com/geekdada/surgio/commit/1ddd25b0e24b6e3075a603fb1cb5258cea2c3eb7))
8+
* **utils:** preserve colons in SS URI passwords ([5edbe43](https://github.com/geekdada/surgio/commit/5edbe438b5017b775d44e24d1633767612580799)), closes [#310](https://github.com/geekdada/surgio/issues/310)
9+
* **validators:** make username/password optional in HTTP/HTTPS node validators ([6b30f9a](https://github.com/geekdada/surgio/commit/6b30f9a96f2ea33defa149731b94801babc0ffaf)), closes [#321](https://github.com/geekdada/surgio/issues/321)
10+
11+
12+
### Features
13+
14+
* **http:** add headers support to Clash HTTP/HTTPS proxies ([ea4a5f4](https://github.com/geekdada/surgio/commit/ea4a5f4e4f0a29eef2218a22cecc4c23c3cf6d9f)), closes [#321](https://github.com/geekdada/surgio/issues/321)
15+
16+
17+
118
# [3.13.0](https://github.com/geekdada/surgio/compare/v3.12.2...v3.13.0) (2026-02-28)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "surgio",
33
"description": "Generating rules for Surge, Clash, Quantumult like a PRO",
4-
"version": "3.13.0",
4+
"version": "3.13.1",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)