From 4108f39117c87fd0e622b676b14929b7069b0749 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:17:49 +0800 Subject: [PATCH] chore(main): release 1.133.0 (#459) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed835b..10443ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.133.0](https://github.com/MetaCubeX/metacubexd/compare/v1.132.0...v1.133.0) (2023-12-01) + + +### Features + +* proxy group is always placed at the forefront when sorting proxies ([#458](https://github.com/MetaCubeX/metacubexd/issues/458)) ([a0f80aa](https://github.com/MetaCubeX/metacubexd/commit/a0f80aa62dc4ed90fed288019fc00ec26b952316)) + ## [1.132.0](https://github.com/MetaCubeX/metacubexd/compare/v1.131.0...v1.132.0) (2023-12-01) diff --git a/package.json b/package.json index 747b9e9..fc86769 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.132.0", + "version": "1.133.0", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module",