Skip to content

Commit b00beb7

Browse files
committed
Auto-release 0.5.64
1 parent ee019cc commit b00beb7

File tree

6 files changed

+19
-4
lines changed

6 files changed

+19
-4
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.64
2+
3+
More bug fixes for inline field rendering.
4+
5+
6+
---
7+
18
# 0.5.63
29

310
- More bugfixes from @RyotaUshio for rendering Markdown paragraphs and other blocks in DataviewJS.

Diff for: docs/docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.5.64
2+
3+
More bug fixes for inline field rendering.
4+
5+
6+
---
7+
18
# 0.5.63
29

310
- More bugfixes from @RyotaUshio for rendering Markdown paragraphs and other blocks in DataviewJS.

Diff for: 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.63",
4+
"version": "0.5.64",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

Diff for: 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.63",
4+
"version": "0.5.64",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

Diff for: 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.63",
3+
"version": "0.5.64",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

Diff for: versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,6 @@
139139
"0.5.60": "0.12.0",
140140
"0.5.61": "0.12.0",
141141
"0.5.62": "0.12.0",
142-
"0.5.63": "0.12.0"
142+
"0.5.63": "0.12.0",
143+
"0.5.64": "0.12.0"
143144
}

0 commit comments

Comments
 (0)