This commit is contained in:
Haishan 2020-10-12 23:14:24 +08:00
parent f8a4bed529
commit 0d4b92de5c
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.2.8](https://github.com/haishanh/yacd/compare/v0.2.7...v0.2.8) (2020-10-12)
Added:
- Better error message for filling API base URL without providing a http protocol prefix.
## [0.2.7](https://github.com/haishanh/yacd/compare/v0.2.6...v0.2.7) (2020-09-13)
Added:

View file

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