Skip to content

Commit

Permalink
Auto-release 0.5.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Jun 28, 2022
1 parent 0af59b1 commit 9e1fd7c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.5.37

Fixes inline field rendering to once again work for highlighting/links, as well as some other rendering quirks with
inline queries in codeblocks.

---

# 0.5.36

- Fix a bug when checking if an element is an HTMLElement.
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.5.37

Fixes inline field rendering to once again work for highlighting/links, as well as some other rendering quirks with
inline queries in codeblocks.

---

# 0.5.36

- Fix a bug when checking if an element is an HTMLElement.
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.36",
"version": "0.5.37",
"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.36",
"version": "0.5.37",
"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.36",
"version": "0.5.37",
"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 @@ -112,5 +112,6 @@
"0.5.33": "0.12.0",
"0.5.34": "0.12.0",
"0.5.35": "0.12.0",
"0.5.36": "0.12.0"
"0.5.36": "0.12.0",
"0.5.37": "0.12.0"
}

0 comments on commit 9e1fd7c

Please sign in to comment.