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",