diff --git a/CHANGELOG.md b/CHANGELOG.md index 6928657c5..85722f212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.2.13](https://github.com/haishanh/yacd/compare/v0.2.12...v0.2.13) (2020-12-06) + +Added: + +- Initial Chinese UI language support + +Fixed: + +- Fix weird scroll behavior on config page + ## [0.2.12](https://github.com/haishanh/yacd/compare/v0.2.11...v0.2.12) (2020-11-24) Changed: diff --git a/package.json b/package.json index 0649cae5b..f5743a623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.2.12", + "version": "0.2.13", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",