Skip to content

Commit 4829a83

Browse files
committed
Auto-release 0.5.66
1 parent 7f8338b commit 4829a83

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.66
2+
3+
Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.
4+
5+
---
6+
17
# 0.5.65
28

39
A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.

Diff for: docs/docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.66
2+
3+
Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.
4+
5+
---
6+
17
# 0.5.65
28

39
A maintenance update which fixes some issues with rendering embeds in Dataviews and adds a few new functions.

Diff for: 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.65",
4+
"version": "0.5.66",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

Diff for: 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.65",
4+
"version": "0.5.66",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <blacksmithgu@gmail.com>",

Diff for: 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.65",
3+
"version": "0.5.66",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

Diff for: versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,6 @@
141141
"0.5.62": "0.12.0",
142142
"0.5.63": "0.12.0",
143143
"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"
145146
}

0 commit comments

Comments
 (0)