Skip to content

Commit 5b3c233

Browse files
author
Michael Brenan
committed
Auto-release 0.5.39
1 parent c3180d6 commit 5b3c233

File tree

6 files changed

+21
-4
lines changed

6 files changed

+21
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.5.39
2+
3+
- Fixed an issue where checking a task in a task view would check the wrong box visually.
4+
- Added experimental plugin APIs for querying dataview directly as markdown, and converting dataview results to properly
5+
formatted markdown.
6+
7+
---
8+
19
# 0.5.38
210

311
- Some minor documentation improvements.

docs/docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.5.39
2+
3+
- Fixed an issue where checking a task in a task view would check the wrong box visually.
4+
- Added experimental plugin APIs for querying dataview directly as markdown, and converting dataview results to properly
5+
formatted markdown.
6+
7+
---
8+
19
# 0.5.38
210

311
- Some minor documentation improvements.

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.38",
4+
"version": "0.5.39",
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.38",
4+
"version": "0.5.39",
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.38",
3+
"version": "0.5.39",
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
@@ -114,5 +114,6 @@
114114
"0.5.35": "0.12.0",
115115
"0.5.36": "0.12.0",
116116
"0.5.37": "0.12.0",
117-
"0.5.38": "0.12.0"
117+
"0.5.38": "0.12.0",
118+
"0.5.39": "0.12.0"
118119
}

0 commit comments

Comments
 (0)