diff --git a/CHANGELOG.md b/CHANGELOG.md index 850004e..a70cb9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.15](https://github.com/haishanh/yacd/compare/v0.1.14...v0.1.15) (2020-05-25) + +Added: + +- add loading status to test latency button + ## [0.1.14](https://github.com/haishanh/yacd/compare/v0.1.13...v0.1.14) (2020-05-17) Added: diff --git a/package.json b/package.json index 7baa555..0d050dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.14", + "version": "0.1.15", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",