From e8d71fe35ee7aa06d6310224cd129c2037749465 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:25:11 +0800 Subject: [PATCH] chore(main): release 1.138.2 (#735) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f12997..8cedb31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.138.2](https://github.com/MetaCubeX/metacubexd/compare/v1.138.1...v1.138.2) (2024-06-02) + + +### Bug Fixes + +* auto configure ([#726](https://github.com/MetaCubeX/metacubexd/issues/726)) ([ce4f67d](https://github.com/MetaCubeX/metacubexd/commit/ce4f67d6504614502fac781174a75472d50bb312)) +* Encode name to prevent request failure due to '/' in URL ([#734](https://github.com/MetaCubeX/metacubexd/issues/734)) ([c121167](https://github.com/MetaCubeX/metacubexd/commit/c121167407ee212049a643551fca29e83642bcf2)) + ## [1.138.1](https://github.com/MetaCubeX/metacubexd/compare/v1.138.0...v1.138.1) (2024-04-23) diff --git a/package.json b/package.json index 88e351e..1c02a9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metacubexd", - "version": "1.138.1", + "version": "1.138.2", "description": "Mihomo Dashboard, The Official One, XD", "license": "MIT", "type": "module", @@ -68,7 +68,7 @@ "typescript-eslint": "^7.11.0", "unplugin-auto-import": "^0.17.6", "uuid": "^9.0.1", - "vite": "^5.2.12", + "vite": "^5.2.11", "vite-plugin-pwa": "^0.20.0", "vite-plugin-solid": "^2.10.2", "zod": "^3.23.8"