Skip to content

Commit c3efccd

Browse files
committed
1.4.1
1 parent 265f256 commit c3efccd

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.0",
5+
"version": "1.4.1",
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.0",
4+
"version": "1.4.1",
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
@@ -13,5 +13,6 @@
1313
"1.1.5": "0.15.0",
1414
"1.2.0": "0.15.0",
1515
"1.3.0": "0.15.0",
16-
"1.4.0": "0.15.0"
16+
"1.4.0": "0.15.0",
17+
"1.4.1": "0.15.0"
1718
}

0 commit comments

Comments
 (0)