Skip to content

Commit 787cfff

Browse files
committed
1.5.0
1 parent 35cbd62 commit 787cfff

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "dataview-serializer",
33
"name": "Dataview Serializer",
44
"description": "Serialize Dataview queries to Markdown, and keep the Markdown representation up to date.",
5-
"version": "1.4.1",
5+
"version": "1.5.0",
66
"minAppVersion": "0.15.0",
77
"isDesktopOnly": false,
88
"author": "Sébastien Dubois",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "obsidian-dataview-serializer",
33
"description": "Obsidian plugin that gives you the power of Dataview, but generates Markdown, making it compatible with Obsidian Publish, and making the links appear on the Graph",
4-
"version": "1.4.1",
4+
"version": "1.5.0",
55
"license": "MIT",
66
"author": {
77
"name": "Sébastien Dubois",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"1.2.0": "0.15.0",
1515
"1.3.0": "0.15.0",
1616
"1.4.0": "0.15.0",
17-
"1.4.1": "0.15.0"
17+
"1.4.1": "0.15.0",
18+
"1.5.0": "0.15.0"
1819
}

0 commit comments

Comments
 (0)