Skip to content

Commit 44842c7

Browse files
author
Michael Brenan
committed
Auto-release 0.5.25
1 parent 5698d2d commit 44842c7

File tree

6 files changed

+17
-4
lines changed

6 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.25
2+
3+
- Fix #1147: Fix there being a `#null` tag for files with an empty `tag` or `tags` frontmatter.
4+
5+
---
6+
17
# 0.5.24
28

39
Several bugfixes:

docs/docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.5.25
2+
3+
- Fix #1147: Fix there being a `#null` tag for files with an empty `tag` or `tags` frontmatter.
4+
5+
---
6+
17
# 0.5.24
28

39
Several bugfixes:

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.24",
4+
"version": "0.5.25",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dataview",
33
"name": "Dataview",
4-
"version": "0.5.24",
4+
"version": "0.5.25",
55
"minAppVersion": "0.13.11",
66
"description": "Complex data views for the data-obsessed.",
77
"author": "Michael Brenan <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dataview",
3-
"version": "0.5.24",
3+
"version": "0.5.25",
44
"description": "Advanced data views for Obsidian.md.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@
100100
"0.5.21": "0.12.0",
101101
"0.5.22": "0.12.0",
102102
"0.5.23": "0.12.0",
103-
"0.5.24": "0.12.0"
103+
"0.5.24": "0.12.0",
104+
"0.5.25": "0.12.0"
104105
}

0 commit comments

Comments
 (0)