From a8f0d3d4b4928caebf61c75fa9191a170b471035 Mon Sep 17 00:00:00 2001 From: Haishan Date: Tue, 8 Sep 2020 23:19:39 +0800 Subject: [PATCH] v0.2.6 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1da3e3..2d57a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog +## [0.2.6](https://github.com/haishanh/yacd/compare/v0.2.5...v0.2.6) (2020-09-08) + +Changed: + +- use API base URL instead of hostname and port for Clash backend config + ## [0.2.5](https://github.com/haishanh/yacd/compare/v0.2.4...v0.2.5) (2020-08-30) -Added +Added: - docker image arm and arm64 support diff --git a/package.json b/package.json index 16aeb52..64d17ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yacd", - "version": "0.2.5", + "version": "0.2.6", "description": "Yet another Clash dashboard", "scripts": { "lint": "eslint --fix --cache src",