Skip to content

Commit

Permalink
Auto-release 0.5.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Jun 17, 2022
1 parent 6896a1a commit 55a4fc1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.5.35

- Fix #1196, #1176: Re-enable HTML values. This was never a featured I advertised since it was just for some internal
hackery, but it appears people just discovered it in DataviewJS queries.
- Improved initial time to popular queries that use `file.starred`.

---

# 0.5.34

- Fix #1174: Fix indexing with a variable.
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.5.35

- Fix #1196, #1176: Re-enable HTML values. This was never a featured I advertised since it was just for some internal
hackery, but it appears people just discovered it in DataviewJS queries.
- Improved initial time to popular queries that use `file.starred`.

---

# 0.5.34

- Fix #1174: Fix indexing with a variable.
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.34",
"version": "0.5.35",
"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.34",
"version": "0.5.35",
"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.34",
"version": "0.5.35",
"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 @@ -110,5 +110,6 @@
"0.5.31": "0.12.0",
"0.5.32": "0.12.0",
"0.5.33": "0.12.0",
"0.5.34": "0.12.0"
"0.5.34": "0.12.0",
"0.5.35": "0.12.0"
}

0 comments on commit 55a4fc1

Please sign in to comment.