We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4e387 commit 050bdbeCopy full SHA for 050bdbe
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "link-with-alias",
3
"name": "Link with alias",
4
- "version": "1.0.7",
+ "version": "1.0.8",
5
"minAppVersion": "1.1.0",
6
"description": "Creates links and aliases in front matter of target document",
7
"author": "Pavel Vojtěchovský",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-link-with-alias",
"main": "main.js",
"scripts": {
versions.json
@@ -6,5 +6,6 @@
"1.0.4": "1.1.0",
"1.0.5": "1.1.0",
8
"1.0.6": "1.1.0",
9
- "1.0.7": "1.1.0"
+ "1.0.7": "1.1.0",
10
+ "1.0.8": "1.1.0"
11
}
0 commit comments