diff --git a/CHANGELOG.md b/CHANGELOG.md index 570a7e3c3..171370e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.3](https://github.com/haishanh/yacd/compare/v0.3.2...v0.3.3) (2021-07-19) + +Added: + +- Support switch theme on backend config page +- If / is api server, use it as default + ## [0.3.2](https://github.com/haishanh/yacd/compare/v0.3.1...v0.3.2) (2021-06-07) Changed: diff --git a/package.json b/package.json index 9b28d870d..3b13e9144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.3.2", + "version": "0.3.3", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",