v0.2.12
This commit is contained in:
parent
5f13819f52
commit
37166097ff
2 changed files with 8 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue