This commit is contained in:
Haishan 2020-06-03 00:06:53 +08:00
parent 238e1e7df3
commit c9ed1d8ae6
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.1.17](https://github.com/haishanh/yacd/compare/v0.1.16...v0.1.17) (2020-06-03)
Changed:
- reduce connections table visual width
## [0.1.16](https://github.com/haishanh/yacd/compare/v0.1.15...v0.1.16) (2020-05-31)
Added:

View file

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