Skip to content

Commit a809594

Browse files
committed
1.1.5
1 parent 3007088 commit a809594

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.1.4",
5+
"version": "1.1.5",
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.1.4",
4+
"version": "1.1.5",
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
@@ -9,5 +9,6 @@
99
"1.1.1": "0.15.0",
1010
"1.1.2": "0.15.0",
1111
"1.1.3": "0.15.0",
12-
"1.1.4": "0.15.0"
12+
"1.1.4": "0.15.0",
13+
"1.1.5": "0.15.0"
1314
}

0 commit comments

Comments
 (0)