Skip to content

Commit 58a5354

Browse files
release(version): Release 0.11.8 [skip ci]
## [0.11.8](0.11.7...0.11.8) (2023-03-07) ### Bug Fixes * cast field values to strings for the suggester ([c005692](c005692)), closes [#403](#403) * create link if file exists and 'nothing' is selected ([3a12817](3a12817)), closes [#412](#412) * don't check for open file link if {{LINKCURRENT}} is not present ([61ffb94](61ffb94)), closes [#411](#411) * only open file once ([490e93f](490e93f))
1 parent 490e93f commit 58a5354

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "quickadd",
33
"name": "QuickAdd",
4-
"version": "0.11.7",
4+
"version": "0.11.8",
55
"minAppVersion": "0.13.19",
66
"description": "Quickly add new pages or content to your vault.",
77
"author": "Christian B. B. Houmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickadd",
3-
"version": "0.11.7",
3+
"version": "0.11.8",
44
"description": "Quickly add new pages or content to your vault.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"0.11.4": "0.13.19",
2424
"0.11.5": "0.13.19",
2525
"0.11.6": "0.13.19",
26-
"0.11.7": "0.13.19"
26+
"0.11.7": "0.13.19",
27+
"0.11.8": "0.13.19"
2728
}

0 commit comments

Comments
 (0)