We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b60e12 commit b59460dCopy full SHA for b59460d
changelog/en-US.md
@@ -2,6 +2,12 @@
2
3
## [Unreleased]
4
5
+## [0.11.21] - 2024-07-21
6
+
7
+### Fixed
8
9
+- Manual timer not cleared after expiration
10
11
## [0.11.20] - 2024-07-21
12
13
### Fixed
changelog/zh-CN.md
+### 修复
+- 手动计时器结束后未清空
### 修复
package.json
@@ -1,7 +1,7 @@
1
{
"name": "shion",
"type": "module",
- "version": "0.11.20",
+ "version": "0.11.21",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
0 commit comments