summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-03-01 19:31:41 +0800
committerHaishan <[email protected]>2020-03-01 19:31:41 +0800
commit514a42b2a23ae65fffe8d4239e57d76eaec44b3e (patch)
treede97e0ceeea807e47aa2499fca316097616ca0f2
parentb870121fb3a50f9e178b1dfbc1fba45107ff87f2 (diff)
Release v0.1.9v0.1.9
-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 c2b0659..7dd74b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.1.9](https://github.com/haishanh/yacd/compare/v0.1.8...v0.1.9) (2020-03-01)
+
+Fixes:
+
+- allow request latency for non-original clash proxy types
+
## [0.1.8](https://github.com/haishanh/yacd/compare/v0.1.7...v0.1.8) (2020-03-01)
Features:
diff --git a/package.json b/package.json
index 84969ec..465b889 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yacd",
- "version": "0.1.8",
+ "version": "0.1.9",
"description": "Yet another Clash dashboard",
"main": "index.js",
"scripts": {