diff options
| author | Haishan <[email protected]> | 2019-12-04 21:47:21 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-04 21:47:21 +0800 |
| commit | 8f106e4fa190f80b1ea528050eb5ce452795f34f (patch) | |
| tree | 34bbe7e545d1a677079f4385af23de26c1e43a0e | |
| parent | 83f638620fb9aa8e5abbba98b656b699249586cb (diff) | |
Release v0.0.10v0.0.10
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bb7f4..4ae93e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.10](https://github.com/haishanh/yacd/compare/v0.0.9...v0.0.10) (2019-12-04) + +Features: + +- add upload/download total and connectors number on overview + ## [0.0.9](https://github.com/haishanh/yacd/compare/v0.0.8...v0.0.9) (2019-12-02) Fix: diff --git a/package.json b/package.json index 9b24806..54a08bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.0.9", + "version": "0.0.10", "description": "Yet another Clash dashboard", "main": "index.js", "scripts": { |
