From d906c4a7f2db52526b7b1102357f6428b15b7491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:35:30 +0800 Subject: [PATCH] chore(main): release 1.174.1 (#1252) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afe99ca..8d726e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.174.1](https://github.com/MetaCubeX/metacubexd/compare/v1.174.0...v1.174.1) (2024-12-19) + + +### Bug Fixes + +* fixed latency color ([#1251](https://github.com/MetaCubeX/metacubexd/issues/1251)) ([1a66ee6](https://github.com/MetaCubeX/metacubexd/commit/1a66ee684789b2cee8a69f9229e9d2f3f002af78)) + ## [1.174.0](https://github.com/MetaCubeX/metacubexd/compare/v1.173.3...v1.174.0) (2024-12-14) diff --git a/package.json b/package.json index 3e29d55..22cca6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.174.0", + "version": "1.174.1", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module", @@ -55,7 +55,7 @@ "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.7", "is-ip": "^5.0.1", - "ky": "^1.7.4", + "ky": "^1.7.3", "lint-staged": "^15.2.11", "lodash": "^4.17.21", "match-sorter": "^8.0.0",