From 05da78a49139e8b04a551a30a703eb8dd9218b6e Mon Sep 17 00:00:00 2001 From: justforlxz Date: Thu, 13 Jun 2019 15:10:25 +0800 Subject: [PATCH] update changelog to 4.10.3 --- .clog.toml | 3 +++ CHANGELOG.md | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/.clog.toml b/.clog.toml index 0dadf2f21..f413e607d 100644 --- a/.clog.toml +++ b/.clog.toml @@ -3,3 +3,6 @@ repository = "https://github.com/linuxdeepin/dde-dock" from-latest-tag = true changelog = "CHANGELOG.md" + +[sections] +Others = ["chore", "refactor"] diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf707456..f1e51562d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +### 4.10.3 (2019-06-13) + + +#### Others + +* **power:** use onBattery to replace batteryState to check is used battery ([2e7a4e6f](https://github.com/linuxdeepin/dde-dock/commit/2e7a4e6fa9f960964af97648e7672359f906af7c)) + + + ### 4.10.2 (2019-06-01)