File tree Expand file tree Collapse file tree 6 files changed +17
-4
lines changed Expand file tree Collapse file tree 6 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.66
2
+
3
+ Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.
4
+
5
+ ---
6
+
1
7
# 0.5.65
2
8
3
9
A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.
Original file line number Diff line number Diff line change
1
+ # 0.5.66
2
+
3
+ Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.
4
+
5
+ ---
6
+
1
7
# 0.5.65
2
8
3
9
A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " dataview" ,
3
3
"name" : " Dataview" ,
4
- "version" : " 0.5.65 " ,
4
+ "version" : " 0.5.66 " ,
5
5
"minAppVersion" : " 0.13.11" ,
6
6
"description" : " Complex data views for the data-obsessed." ,
7
7
"author" : " Michael Brenan <blacksmithgu@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " dataview" ,
3
3
"name" : " Dataview" ,
4
- "version" : " 0.5.65 " ,
4
+ "version" : " 0.5.66 " ,
5
5
"minAppVersion" : " 0.13.11" ,
6
6
"description" : " Complex data views for the data-obsessed." ,
7
7
"author" : " Michael Brenan <blacksmithgu@gmail.com>" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " obsidian-dataview" ,
3
- "version" : " 0.5.65 " ,
3
+ "version" : " 0.5.66 " ,
4
4
"description" : " Advanced data views for Obsidian.md." ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 141
141
"0.5.62" : " 0.12.0" ,
142
142
"0.5.63" : " 0.12.0" ,
143
143
"0.5.64" : " 0.12.0" ,
144
- "0.5.65" : " 0.12.0"
144
+ "0.5.65" : " 0.12.0" ,
145
+ "0.5.66" : " 0.12.0"
145
146
}
You can’t perform that action at this time.
0 commit comments