We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc029c commit b61a511Copy full SHA for b61a511
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "link-with-alias",
3
"name": "Link with alias",
4
- "version": "1.0.5",
+ "version": "1.0.6",
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
@@ -4,5 +4,6 @@
"1.0.2": "1.1.0",
"1.0.3": "1.1.0",
"1.0.4": "1.1.0",
- "1.0.5": "1.1.0"
+ "1.0.5": "1.1.0",
8
+ "1.0.6": "1.1.0"
9
}
0 commit comments