diff --git a/CHANGELOG.md b/CHANGELOG.md index e92c47c..9e9ab14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.1.12](https://github.com/haishanh/yacd/compare/v0.1.11...v0.1.12) (2020-04-26) + +Features: + +- allow change proxies sorting in group + ## [0.1.11](https://github.com/haishanh/yacd/compare/v0.1.10...v0.1.11) (2020-03-21) Features: diff --git a/package.json b/package.json index a59546a..24dc021 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.1.11", + "version": "0.1.12", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --cache src",