From 2df394bb271d3eeffa4937b7acb1d0bce5c181e9 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Sat, 16 Mar 2024 15:54:42 +0100 Subject: [PATCH] chore: release v3.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c995848da..af0716681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [3.6.0](https://github.com/geekdada/surgio/compare/v3.5.1...v3.6.0) (2024-03-16) + + +### Bug Fixes + +* vmess cipher ([1618630](https://github.com/geekdada/surgio/commit/161863080b4cd5ce51a689ae458da6e6ad6bb59e)) + + +### Features + +* add clashConfig.enableVless ([050c0a3](https://github.com/geekdada/surgio/commit/050c0a33fc9794a8cc68823e02a1ec759b086415)) +* add support for vless protocol ([960c851](https://github.com/geekdada/surgio/commit/960c851c49ce01bba54265d3a7239090e964691e)) +* input and output vless configuration ([f09a66e](https://github.com/geekdada/surgio/commit/f09a66efe1c742dd89c95822e9f93cce7b2caa56)) + + + ## [3.5.1](https://github.com/geekdada/surgio/compare/v3.5.0...v3.5.1) (2024-03-05) diff --git a/package.json b/package.json index cff4a505d..ef57ad170 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "surgio", "description": "Generating rules for Surge, Clash, Quantumult like a PRO", - "version": "3.5.1", + "version": "3.6.0", "main": "./build/index.js", "types": "./build/index.d.ts", "bin": {