Skip to content

Commit 3d7d4c2

Browse files
committed
0.6.2
1 parent c7c0081 commit 3d7d4c2

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10+
11+
## [0.6.2] - 2024-11-27
12+
13+
### Changes
14+
15+
- fix: include required files in GitHub releases
16+
- Update manifest.json
17+
- refactor: simplify release process to use CHANGELOG.md directly
18+
1019
## [0.6.1] - 2024-11-27
1120

1221
### Changes

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-marker",
33
"name": "Task Marker",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"minAppVersion": "1.0.0",
66
"description": "Change task statuses with hotkeys and context menu. Complete, cancel and mark tasks, as well as cycle among selected task statuses.",
77
"author": "wenlzhang",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-task-marker",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"description": "Manage task status in Obsidian (https://obsidian.md)",
66
"main": "main.js",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"0.1.0": "1.0.0",
33
"0.6.0": "1.0.0",
4-
"0.6.1": "1.0.0"
4+
"0.6.1": "1.0.0",
5+
"0.6.2": "1.0.0"
56
}

0 commit comments

Comments
 (0)