v0.2.9
This commit is contained in:
parent
ff1a39d04e
commit
d2ad31182a
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## [0.2.9](https://github.com/haishanh/yacd/compare/v0.2.8...v0.2.9) (2020-11-01)
|
||||
|
||||
Added:
|
||||
|
||||
- Display current backend host in title.
|
||||
|
||||
Changed:
|
||||
|
||||
- Change backend baseURL default port to 9090.
|
||||
|
||||
## [0.2.8](https://github.com/haishanh/yacd/compare/v0.2.7...v0.2.8) (2020-10-12)
|
||||
|
||||
Added:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yacd",
|
||||
"version": "0.2.8",
|
||||
"version": "0.2.9",
|
||||
"description": "Yet another Clash dashboard",
|
||||
"scripts": {
|
||||
"lint": "eslint --fix --cache src",
|
||||
|
|
Loading…
Reference in a new issue