This commit is contained in:
Haishan 2020-07-04 18:01:08 +08:00
parent 32bed273c8
commit 9de394eedf
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.2.0](https://github.com/haishanh/yacd/compare/v0.1.25...v0.2.0) (2020-07-04)
Added:
- support rule provider
## [0.1.25](https://github.com/haishanh/yacd/compare/v0.1.24...v0.1.25) (2020-07-01)
Added:

View file

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