This commit is contained in:
Haishan 2022-11-11 22:47:39 +08:00
parent 4b657ba372
commit d7e975484f
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.3.8](https://github.com/haishanh/yacd/compare/v0.3.7...v0.3.8) (2022-11-11)
Fixed:
- Compatible with backend that doesn't support processPath
## [0.3.7](https://github.com/haishanh/yacd/compare/v0.3.6...v0.3.7) (2022-11-07) ## [0.3.7](https://github.com/haishanh/yacd/compare/v0.3.6...v0.3.7) (2022-11-07)
Added: Added:

View file

@ -1,6 +1,6 @@
{ {
"name": "yacd", "name": "yacd",
"version": "0.3.7", "version": "0.3.8",
"description": "Yet another Clash dashboard", "description": "Yet another Clash dashboard",
"prettier": { "prettier": {
"printWidth": 100, "printWidth": 100,