This commit is contained in:
Haishan 2020-05-01 00:18:59 +08:00
parent 456d2a6b54
commit b1d44d6455
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.1.13](https://github.com/haishanh/yacd/compare/v0.1.12...v0.1.13) (2020-05-01)
Changed:
- use color icons in sidebar (experimental)
## [0.1.12](https://github.com/haishanh/yacd/compare/v0.1.11...v0.1.12) (2020-04-26) ## [0.1.12](https://github.com/haishanh/yacd/compare/v0.1.11...v0.1.12) (2020-04-26)
Features: Features:

View file

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