v0.2.1
This commit is contained in:
parent
80d0dff7bf
commit
99688df556
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue