summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-05-25 23:40:21 +0800
committerHaishan <[email protected]>2020-05-25 23:40:21 +0800
commitbff19ea28b1398427aa32a070befaa5ec0657cb7 (patch)
tree8033ec8f6df94a755e1d41416b172595022608b1
parent38eb417688457ec53ffc7f97eecce546919f00fe (diff)
v0.1.15v0.1.15
-rw-r--r--CHANGELOG.md6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 deletions
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",