Skip to content

Commit 5d8917b

Browse files
author
Michael Brenan
committed
Auto-release 0.5.31
1 parent 251cfbb commit 5d8917b

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.31
2+
3+
Tasks now have an `outlinks` list field which includes all links in the task; this can be used for finding tasks with
4+
links in them.
5+
6+
---
7+
18
# 0.5.30
29

310
- Added the `typeof(any)` function in Dataview, which obtains the type of any value for comparison:

docs/docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.31
2+
3+
Tasks now have an `outlinks` list field which includes all links in the task; this can be used for finding tasks with
4+
links in them.
5+
6+
---
7+
18
# 0.5.30
29

310
- Added the `typeof(any)` function in Dataview, which obtains the type of any value for comparison:

manifest-beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.30",
4+
"version": "0.5.31",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.30",
4+
"version": "0.5.31",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.5.30",
3+
"version": "0.5.31",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@
106106
"0.5.27": "0.12.0",
107107
"0.5.28": "0.12.0",
108108
"0.5.29": "0.12.0",
109-
"0.5.30": "0.12.0"
109+
"0.5.30": "0.12.0",
110+
"0.5.31": "0.12.0"
110111
}

0 commit comments

Comments
 (0)