v0.2.4
This commit is contained in:
parent
7f99275b77
commit
6c9fdedc13
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.2.4](https://github.com/haishanh/yacd/compare/v0.2.3...v0.2.4) (2020-08-11)
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
|
||||||
|
- fix cannot change mixed port
|
||||||
|
|
||||||
## [0.2.3](https://github.com/haishanh/yacd/compare/v0.2.2...v0.2.3) (2020-08-06)
|
## [0.2.3](https://github.com/haishanh/yacd/compare/v0.2.2...v0.2.3) (2020-08-06)
|
||||||
|
|
||||||
Changed:
|
Changed:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "yacd",
|
"name": "yacd",
|
||||||
"version": "0.2.3",
|
"version": "0.2.4",
|
||||||
"description": "Yet another Clash dashboard",
|
"description": "Yet another Clash dashboard",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --fix --cache src",
|
"lint": "eslint --fix --cache src",
|
||||||
|
|
Loading…
Reference in a new issue