diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9f9b2..850004e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.14](https://github.com/haishanh/yacd/compare/v0.1.13...v0.1.14) (2020-05-17) + +Added: + +- button to pause connection refresh + +Fixed: + +- sorting option accessibility issue due to incorrect background in dark mode + ## [0.1.13](https://github.com/haishanh/yacd/compare/v0.1.12...v0.1.13) (2020-05-01) Changed: diff --git a/package.json b/package.json index d944653..e5f3c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.13", + "version": "0.1.14", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",