diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd74b0..316f4f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.10](https://github.com/haishanh/yacd/compare/v0.1.9...v0.1.10) (2020-03-14) + +Fixes: + +- fix broken allow-lan switch + +Features: + +- support set theme with querystring `?theme=dark` or `?theme=light` + ## [0.1.9](https://github.com/haishanh/yacd/compare/v0.1.8...v0.1.9) (2020-03-01) Fixes: diff --git a/package.json b/package.json index 884f6b4..2d59a62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.9", + "version": "0.1.10", "description": "Yet another Clash dashboard", "main": "index.js", "scripts": {