Release v0.3.2

This commit is contained in:
Haishan 2021-06-07 21:03:57 +08:00
parent c56f61e056
commit aad1d2681e
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [0.3.2](https://github.com/haishanh/yacd/compare/v0.3.1...v0.3.2) (2021-06-07)
Changed:
- Change web base to './'
## [0.3.1](https://github.com/haishanh/yacd/compare/v0.3.0...v0.3.1) (2021-06-06)
Fixed:

View file

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