This commit is contained in:
Haishan 2020-07-01 21:35:43 +08:00
parent fa8b9dac67
commit 55e928a87f
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.1.25](https://github.com/haishanh/yacd/compare/v0.1.24...v0.1.25) (2020-07-01)
Added:
- support mixed-port
## [0.1.24](https://github.com/haishanh/yacd/compare/v0.1.23...v0.1.24) (2020-06-22)
Fixed:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.1.24",
"version": "0.1.25",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",