Skip to content

Commit 84628e3

Browse files
author
Michael Brenan
committed
Auto-release 0.5.22
1 parent b877e3b commit 84628e3

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
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.22
2+
3+
- Fix #1135: Use 'x' instead of 'X' for checkboxes.
4+
5+
---
6+
17
# 0.5.21
28

39
A long-overdue swap from the beta branch to the stable branch. The beta branch should not include any (intended) breaking

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.22
2+
3+
- Fix #1135: Use 'x' instead of 'X' for checkboxes.
4+
5+
---
6+
17
# 0.5.21
28

39
A long-overdue swap from the beta branch to the stable branch. The beta branch should not include any (intended) breaking

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.21",
4+
"version": "0.5.22",
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.21",
3+
"version": "0.5.22",
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
@@ -97,5 +97,6 @@
9797
"0.5.18": "0.13.11",
9898
"0.5.19": "0.13.11",
9999
"0.5.20": "0.13.11",
100-
"0.5.21": "0.12.0"
100+
"0.5.21": "0.12.0",
101+
"0.5.22": "0.12.0"
101102
}

0 commit comments

Comments
 (0)