diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f129971..8cedb31f 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 88e351eb..1c02a9ee 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"