Skip to content

Commit 9b6fd98

Browse files
release(version): Release 1.8.0 [skip ci]
# [1.8.0](1.7.0...1.8.0) (2024-03-03) ### Features * Local LLM & external provider support for AI Assistant ([769b730](769b730))
1 parent d8d7c64 commit 9b6fd98

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": "1.7.0",
4+
"version": "1.8.0",
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": "1.7.0",
3+
"version": "1.8.0",
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
@@ -60,5 +60,6 @@
6060
"1.5.0": "0.13.19",
6161
"1.6.0": "0.13.19",
6262
"1.6.1": "0.13.19",
63-
"1.7.0": "0.13.19"
63+
"1.7.0": "0.13.19",
64+
"1.8.0": "0.13.19"
6465
}

0 commit comments

Comments
 (0)