Skip to content

Commit 8799c43

Browse files
author
Michael Brenan
committed
Auto-release 0.5.38
1 parent 206ee64 commit 8799c43

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.38
2+
3+
- Some minor documentation improvements.
4+
- Fix an issue with inline fields rendering out of order. That was a wierd bug.
5+
6+
---
7+
18
# 0.5.37
29

310
Fixes inline field rendering to once again work for highlighting/links, as well as some other rendering quirks with

docs/docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.38
2+
3+
- Some minor documentation improvements.
4+
- Fix an issue with inline fields rendering out of order. That was a wierd bug.
5+
6+
---
7+
18
# 0.5.37
29

310
Fixes inline field rendering to once again work for highlighting/links, as well as some other rendering quirks with

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.37",
4+
"version": "0.5.38",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.37",
4+
"version": "0.5.38",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

package.json

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

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,6 @@
113113
"0.5.34": "0.12.0",
114114
"0.5.35": "0.12.0",
115115
"0.5.36": "0.12.0",
116-
"0.5.37": "0.12.0"
116+
"0.5.37": "0.12.0",
117+
"0.5.38": "0.12.0"
117118
}

0 commit comments

Comments
 (0)