chore(main): release 1.138.2 (#735)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-06-02 21:25:11 +08:00 committed by GitHub
parent 178c5ddb34
commit e8d71fe35e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View File

@ -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)

View File

@ -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"