From 9d1ec9cda921b97348c99275335a5be95c07a42a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:46:20 +0800 Subject: [PATCH] chore(main): release 1.146.0 (#938) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417dc73..6427d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.146.0](https://github.com/MetaCubeX/metacubexd/compare/v1.145.0...v1.146.0) (2024-08-22) + + +### Features + +* hidden api & remove domain unmaintained ([#939](https://github.com/MetaCubeX/metacubexd/issues/939)) ([bd65478](https://github.com/MetaCubeX/metacubexd/commit/bd6547873fcc64a500eadda78a1607be59e11a97)) +* Support dynamic acquisition of clash_mode ([#908](https://github.com/MetaCubeX/metacubexd/issues/908)) ([341a14a](https://github.com/MetaCubeX/metacubexd/commit/341a14a7bcdf6054fb3bb8f1d6bb87e78cc38db7)) + + +### Bug Fixes + +* improve readability for dlspeed preview ([#932](https://github.com/MetaCubeX/metacubexd/issues/932)) ([3727122](https://github.com/MetaCubeX/metacubexd/commit/3727122b95cde32ef15d7383fa8d9eee98dfd5f0)) + ## [1.145.0](https://github.com/MetaCubeX/metacubexd/compare/v1.144.2...v1.145.0) (2024-08-20) diff --git a/package.json b/package.json index 96474ed..961af6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.145.0", + "version": "1.146.0", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module",