Skip to content

Commit 19ff5e6

Browse files
author
Michael Brenan
committed
Auto-release beta 0.5.20
1 parent 2e52659 commit 19ff5e6

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.20 (Beta)
2+
3+
Slight fix to hopefully improve some strange reported cases of bad indexing at startup.
4+
5+
---
6+
17
# 0.5.19 (Beta)
28

39
Dataview now uses IndexedDB to cache file metadata, reducing startup time to virtually nothing if you've opened the

docs/docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.20 (Beta)
2+
3+
Slight fix to hopefully improve some strange reported cases of bad indexing at startup.
4+
5+
---
6+
17
# 0.5.19 (Beta)
28

39
Dataview now uses IndexedDB to cache file metadata, reducing startup time to virtually nothing if you've opened the

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.19",
4+
"version": "0.5.20",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed. Beta version.",
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.19",
3+
"version": "0.5.20",
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
@@ -95,5 +95,6 @@
9595
"0.5.16": "0.13.11",
9696
"0.5.17": "0.13.11",
9797
"0.5.18": "0.13.11",
98-
"0.5.19": "0.13.11"
98+
"0.5.19": "0.13.11",
99+
"0.5.20": "0.13.11"
99100
}

0 commit comments

Comments
 (0)