Skip to content

Commit 8dd061d

Browse files
author
Michael Brenan
committed
Auto-release 0.5.23
1 parent 702d6cd commit 8dd061d

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.23
2+
3+
- Fix #1140: Force API objects to be arrays if they are iterables.
4+
5+
---
6+
17
# 0.5.22
28

39
- Fix #1135: Use 'x' instead of 'X' for checkboxes.

docs/docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.23
2+
3+
- Fix #1140: Force API objects to be arrays if they are iterables.
4+
5+
---
6+
17
# 0.5.22
28

39
- Fix #1135: Use 'x' instead of 'X' for checkboxes.

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.22",
4+
"version": "0.5.23",
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.22",
4+
"version": "0.5.23",
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.22",
3+
"version": "0.5.23",
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
@@ -98,5 +98,6 @@
9898
"0.5.19": "0.13.11",
9999
"0.5.20": "0.13.11",
100100
"0.5.21": "0.12.0",
101-
"0.5.22": "0.12.0"
101+
"0.5.22": "0.12.0",
102+
"0.5.23": "0.12.0"
102103
}

0 commit comments

Comments
 (0)