From 9621001b4235a09a3a3fd8e53dc6332861a9b8b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 00:41:56 +0800 Subject: [PATCH] chore(main): release 1.164.0 (#1083) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43aa4e5..6724b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.164.0](https://github.com/MetaCubeX/metacubexd/compare/v1.163.0...v1.164.0) (2024-10-12) + + +### Features + +* **proxies:** add subtle padding between title and footer ([e7ef8b3](https://github.com/MetaCubeX/metacubexd/commit/e7ef8b373587c791283e6aaf8c11c3d0bb19367b)) +* **proxies:** display specialTypes on mobile in title ([0973686](https://github.com/MetaCubeX/metacubexd/commit/09736863dfb7ca8738e70a0460ea401630182dab)) + ## [1.163.0](https://github.com/MetaCubeX/metacubexd/compare/v1.162.1...v1.163.0) (2024-10-12) diff --git a/package.json b/package.json index 0fdc256..05df492 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.163.0", + "version": "1.164.0", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module",