Skip to content

Commit 15b8d52

Browse files
committed
Auto-release 0.5.67
1 parent 7c7fa36 commit 15b8d52

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.5.67
2+
3+
Includes several documentation fixes and several community-contributed bug fixes.
4+
5+
- @reply2za: Fixed inline rendering in the reading view.
6+
- @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays.
7+
- @mnaoumov: Adds code mirror configuration which code highlights dataviewjs!
8+
9+
---
10+
111
# 0.5.66
212

313
Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.

docs/docs/changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.5.67
2+
3+
Includes several documentation fixes and several community-contributed bug fixes.
4+
5+
- @reply2za: Fixed inline rendering in the reading view.
6+
- @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays.
7+
- @mnaoumov: Adds code mirror configuration which code highlights dataviewjs!
8+
9+
---
10+
111
# 0.5.66
212

313
Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.

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.66",
4+
"version": "0.5.67",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

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.66",
4+
"version": "0.5.67",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

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.66",
3+
"version": "0.5.67",
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
@@ -142,5 +142,6 @@
142142
"0.5.63": "0.12.0",
143143
"0.5.64": "0.12.0",
144144
"0.5.65": "0.12.0",
145-
"0.5.66": "0.12.0"
145+
"0.5.66": "0.12.0",
146+
"0.5.67": "0.12.0"
146147
}

0 commit comments

Comments
 (0)