Skip to content

Commit 059c0e3

Browse files
author
Michael Brenan
committed
Auto-release 0.5.33
1 parent c3139cc commit 059c0e3

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.33
2+
3+
- Fix a bug with inline views that was introduced in 0.5.32.
4+
5+
---
6+
17
# 0.5.32
28

39
The Dataview API has been noticably revamped - there are now approximately twice as many functions available on the

docs/docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.33
2+
3+
- Fix a bug with inline views that was introduced in 0.5.32.
4+
5+
---
6+
17
# 0.5.32
28

39
The Dataview API has been noticably revamped - there are now approximately twice as many functions available on 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.32",
4+
"version": "0.5.33",
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.32",
4+
"version": "0.5.33",
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.32",
3+
"version": "0.5.33",
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
@@ -108,5 +108,6 @@
108108
"0.5.29": "0.12.0",
109109
"0.5.30": "0.12.0",
110110
"0.5.31": "0.12.0",
111-
"0.5.32": "0.12.0"
111+
"0.5.32": "0.12.0",
112+
"0.5.33": "0.12.0"
112113
}

0 commit comments

Comments
 (0)