This commit is contained in:
Haishan 2020-07-13 10:50:16 +08:00
parent 80d0dff7bf
commit 99688df556
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.2.1](https://github.com/haishanh/yacd/compare/v0.2.0...v0.2.1) (2020-07-13)
Fixed:
- uri-encode API secret for it to be used in url safely
## [0.2.0](https://github.com/haishanh/yacd/compare/v0.1.25...v0.2.0) (2020-07-04)
Added:

View file

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