chore(main): release 1.0.0 (#2)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-27 23:38:59 +08:00 committed by GitHub
parent dfab28e352
commit cc15155c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

14
CHANGELOG.md Normal file
View File

@ -0,0 +1,14 @@
# Changelog
## 1.0.0 (2023-08-27)
### Features
* use hash router instead of browser ([#1](https://github.com/MetaCubeX/metacubexd/issues/1)) ([b9ab6a9](https://github.com/MetaCubeX/metacubexd/commit/b9ab6a924487a241719928ae00c3965efcbcc71b))
### Bug Fixes
* layout issue on mobile platform ([35a02e4](https://github.com/MetaCubeX/metacubexd/commit/35a02e4174194efd09a3d1ac98dfd1817828e0f7))
* setup failed when secret is required ([b660847](https://github.com/MetaCubeX/metacubexd/commit/b660847efee6e00461017244adaa63b1e7c2230a))

View File

@ -1,6 +1,6 @@
{ {
"name": "metacubexd", "name": "metacubexd",
"version": "0.0.0", "version": "1.0.0",
"description": "Clash-Meta Dashboard", "description": "Clash-Meta Dashboard",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",