This commit is contained in:
Haishan 2020-08-30 20:00:07 +08:00
parent fde3f129d0
commit 5a07ccae41
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.2.5](https://github.com/haishanh/yacd/compare/v0.2.4...v0.2.5) (2020-08-30)
Added
- docker image arm and arm64 support
## [0.2.4](https://github.com/haishanh/yacd/compare/v0.2.3...v0.2.4) (2020-08-11) ## [0.2.4](https://github.com/haishanh/yacd/compare/v0.2.3...v0.2.4) (2020-08-11)
Fixed: Fixed:

View file

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