diff options
| author | Haishan <[email protected]> | 2020-08-30 20:00:07 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-08-30 20:00:07 +0800 |
| commit | 5a07ccae416cfe6cf74e1c070042e5b58569d838 (patch) | |
| tree | aef033c54d36a9113b7135b52db5c109329a0586 | |
| parent | fde3f129d04562f9c19baa367375730aa1b9f572 (diff) | |
v0.2.5v0.2.5
| -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 98e88c0..a1da3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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) Fixed: diff --git a/package.json b/package.json index 896b4a7..7826cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.2.4", + "version": "0.2.5", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src", |
