Skip to content

Commit

Permalink
Auto-release 0.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brenan committed Jun 5, 2022
1 parent 1cb925d commit 05c201a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.5.24

Several bugfixes:

- Nulls are now sorted first rather than last; it's generally good practice to explicitly check for nulls in your
queries to avoid strange behavior.
- Dataview now properly parses space-delimited tags (like `tags: abc def ghi`).
- Dataview now supports dropping the entire file cache in case of bugs.

---

# 0.5.23

- Fix #1140: Force API objects to be arrays if they are iterables.
Expand Down
11 changes: 11 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.5.24

Several bugfixes:

- Nulls are now sorted first rather than last; it's generally good practice to explicitly check for nulls in your
queries to avoid strange behavior.
- Dataview now properly parses space-delimited tags (like `tags: abc def ghi`).
- Dataview now supports dropping the entire file cache in case of bugs.

---

# 0.5.23

- Fix #1140: Force API objects to be arrays if they are iterables.
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.23",
"version": "0.5.24",
"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.23",
"version": "0.5.24",
"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.23",
"version": "0.5.24",
"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 @@ -99,5 +99,6 @@
"0.5.20": "0.13.11",
"0.5.21": "0.12.0",
"0.5.22": "0.12.0",
"0.5.23": "0.12.0"
"0.5.23": "0.12.0",
"0.5.24": "0.12.0"
}

0 comments on commit 05c201a

Please sign in to comment.