This commit is contained in:
Haishan 2020-11-24 19:35:13 +08:00
parent 5f13819f52
commit 37166097ff
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog
## [0.2.12](https://github.com/haishanh/yacd/compare/v0.2.11...v0.2.12) (2020-11-24)
Changed:
- Some minor accessibility improvements
- Changed log level display order to `debug warning info error silent`
## [0.2.11](https://github.com/haishanh/yacd/compare/v0.2.10...v0.2.11) (2020-11-09)
Changed:

View file

@ -1,6 +1,6 @@
{
"name": "yacd",
"version": "0.2.11",
"version": "0.2.12",
"description": "Yet another Clash dashboard",
"scripts": {
"lint": "eslint --fix --cache src",