This commit is contained in:
Haishan 2020-06-08 22:39:16 +08:00
parent 00b96ae397
commit 263a4335eb
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.1.20](https://github.com/haishanh/yacd/compare/v0.1.19...v0.1.20) (2020-06-08)
Changed:
- switch to Open Sans and reduce emitted font files
## [0.1.19](https://github.com/haishanh/yacd/compare/v0.1.18...v0.1.19) (2020-06-07)
Added:

View file

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