Skip to content

Commit 6398019

Browse files
author
Pavel Vojtěchovský
committed
Release 1.0.9
1 parent ae1a7db commit 6398019

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "link-with-alias",
33
"name": "Link with alias",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"minAppVersion": "1.1.0",
66
"description": "Creates links and aliases in front matter of target document",
77
"author": "Pavel Vojtěchovský",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-link-with-alias",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Creates links and aliases in front matter of target document",
55
"main": "main.js",
66
"scripts": {
@@ -25,4 +25,4 @@
2525
"tslib": "2.4.0",
2626
"typescript": "4.7.4"
2727
}
28-
}
28+
}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"1.0.5": "1.1.0",
88
"1.0.6": "1.1.0",
99
"1.0.7": "1.1.0",
10-
"1.0.8": "1.1.0"
10+
"1.0.8": "1.1.0",
11+
"1.0.9": "1.1.0"
1112
}

0 commit comments

Comments
 (0)