From 0de20107900d2debdc53161eab5c377f8d02f0d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 19:22:23 +0800 Subject: [PATCH] chore(main): release 1.127.0 (#432) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e6a7a..f7a1ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.127.0](https://github.com/MetaCubeX/metacubexd/compare/v1.126.0...v1.127.0) (2023-10-29) + + +### Features + +* **config:** tun mode stack: `Mixed`, closes [#431](https://github.com/MetaCubeX/metacubexd/issues/431) ([59d7b04](https://github.com/MetaCubeX/metacubexd/commit/59d7b04d5ce5431c4b165c1d781be32eaa9cc4ff)) + + +### Bug Fixes + +* **proxy:** proxy node card layout issue, closes [#429](https://github.com/MetaCubeX/metacubexd/issues/429) ([88bfcf8](https://github.com/MetaCubeX/metacubexd/commit/88bfcf8d731e0d2c57f31d2ba2af2d603c66bf16)) + ## [1.126.0](https://github.com/MetaCubeX/metacubexd/compare/v1.125.0...v1.126.0) (2023-10-22) diff --git a/package.json b/package.json index f7b6d1f..d5f3c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.126.0", + "version": "1.127.0", "description": "Clash.Meta Dashboard, The Official One, XD", "license": "MIT", "type": "module",