summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-08-06 22:47:18 +0800
committerHaishan <[email protected]>2020-08-06 22:47:18 +0800
commit734db2d26698517f311b80ca453131a85ef0bd2a (patch)
tree82544898b7575f932936f855954b721c66f3c60d
parent29027c897ae6c003886e2a5995ef554a421d86e4 (diff)
v0.2.3v0.2.3
-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 67cfd39..48f3915 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [0.2.3](https://github.com/haishanh/yacd/compare/v0.2.2...v0.2.3) (2020-08-06)
+
+Changed:
+
+- use desc sort first for columns with numeric value in connections table
+
## [0.2.2](https://github.com/haishanh/yacd/compare/v0.2.1...v0.2.2) (2020-08-01)
Added:
diff --git a/package.json b/package.json
index b94a6f1..404ba31 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "yacd",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",