Release v0.0.4

This commit is contained in:
Haishan 2019-10-14 22:41:00 +08:00
parent e670a6682c
commit 4946f30243
2 changed files with 12 additions and 1 deletions

11
CHANGELOG.md Normal file
View file

@ -0,0 +1,11 @@
# Changelog
## [0.0.4](https://github.com/haishanh/yacd/compare/v0.0.3...v0.0.4) (2019-10-14)
Features:
- probing the API server with the given url and auto fill hostname and port
Internal:
- upgrade dependencies

View file

@ -1,6 +1,6 @@
{ {
"name": "yacd", "name": "yacd",
"version": "0.0.3", "version": "0.0.4",
"description": "Yet another Clash dashboard", "description": "Yet another Clash dashboard",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {