Skip to content

Commit d90d784

Browse files
committed
Auto-release 0.5.62
1 parent 1b47070 commit d90d784

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.62
2+
3+
Several more inline field fixes from @RyotaUshio, including more configuration options, fixing inline fields being rendered inside codeblocks, and more. Thanks!
4+
5+
---
6+
17
# 0.5.61
28

39
- @RyotaUshio: Fix several bugs related to the new inline field rendering, including source mode and fixing date formatting.

docs/docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.62
2+
3+
Several more inline field fixes from @RyotaUshio, including more configuration options, fixing inline fields being rendered inside codeblocks, and more. Thanks!
4+
5+
---
6+
17
# 0.5.61
28

39
- @RyotaUshio: Fix several bugs related to the new inline field rendering, including source mode and fixing date formatting.

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.61",
4+
"version": "0.5.62",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

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.61",
4+
"version": "0.5.62",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

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.61",
3+
"version": "0.5.62",
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
@@ -137,5 +137,6 @@
137137
"0.5.58": "0.12.0",
138138
"0.5.59": "0.12.0",
139139
"0.5.60": "0.12.0",
140-
"0.5.61": "0.12.0"
140+
"0.5.61": "0.12.0",
141+
"0.5.62": "0.12.0"
141142
}

0 commit comments

Comments
 (0)