Skip to content

Commit 9c056b0

Browse files
committed
Update to version 7.13.0
1 parent 29b33b1 commit 9c056b0

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

docs/Editing/Create or edit Task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Note that relative dates will be always interpreted as being in the future, beca
9999
#### Date picker
100100

101101
> [!released]
102-
> Introduced in Tasks X.Y.Z.
102+
> Introduced in Tasks 7.13.0.
103103
104104
The modal provides a date picker, for easy selection of dates for your tasks.
105105

docs/What is New/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _In recent [Tasks releases](https://github.com/obsidian-tasks-group/obsidian-tas
1212

1313
## 7.x releases
1414

15-
- X.Y.Z:
15+
- 7.13.0:
1616
- Add [[Create or edit Task#Date picker|date picker]] to the Edit Task modal.
1717
- 7.12.0:
1818
- Add [[Layout#Hide and Show Tree|display of nested tasks]] in search results, with `show tree`

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-tasks-plugin",
33
"name": "Tasks",
4-
"version": "7.12.3",
4+
"version": "7.13.0",
55
"minAppVersion": "1.1.1",
66
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
77
"helpUrl": "https://publish.obsidian.md/tasks/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-tasks",
3-
"version": "7.12.3",
3+
"version": "7.13.0",
44
"description": "Task management for the Obsidian knowledge base",
55
"main": "main.js",
66
"engines": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@
113113
"7.12.0": "1.1.1",
114114
"7.12.1": "1.1.1",
115115
"7.12.2": "1.1.1",
116-
"7.12.3": "1.1.1"
116+
"7.12.3": "1.1.1",
117+
"7.13.0": "1.1.1"
117118
}

0 commit comments

Comments
 (0)