Skip to content

Commit

Permalink
Auto-release 0.5.67
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmithgu committed Jun 20, 2024
1 parent 7c7fa36 commit 15b8d52
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.5.67

Includes several documentation fixes and several community-contributed bug fixes.

- @reply2za: Fixed inline rendering in the reading view.
- @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays.
- @mnaoumov: Adds code mirror configuration which code highlights dataviewjs!

---

# 0.5.66

Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.
Expand Down
10 changes: 10 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.5.67

Includes several documentation fixes and several community-contributed bug fixes.

- @reply2za: Fixed inline rendering in the reading view.
- @carlesalbasboix: Adds sum(), avg(), min(), and max() to data arrays.
- @mnaoumov: Adds code mirror configuration which code highlights dataviewjs!

---

# 0.5.66

Bugfix for version comparisons to fix some other plugins having broken interactions with Dataview.
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.66",
"version": "0.5.67",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.66",
"version": "0.5.67",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dataview",
"version": "0.5.66",
"version": "0.5.67",
"description": "Advanced data views for Obsidian.md.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,6 @@
"0.5.63": "0.12.0",
"0.5.64": "0.12.0",
"0.5.65": "0.12.0",
"0.5.66": "0.12.0"
"0.5.66": "0.12.0",
"0.5.67": "0.12.0"
}

0 comments on commit 15b8d52

Please sign in to comment.