Skip to content

Commit 14669c8

Browse files
release(version): Release 1.5.0 [skip ci]
# [1.5.0](1.4.0...1.5.0) (2023-11-06) ### Features * add gpt-4-1106-preview to AI Assistant (128k context, fresher knowledge, cheapter than gpt-4!) ([f404425](f404425))
1 parent 80fe081 commit 14669c8

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.4.0",
4+
"version": "1.5.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.4.0",
3+
"version": "1.5.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
@@ -56,5 +56,6 @@
5656
"1.2.0": "0.13.19",
5757
"1.2.1": "0.13.19",
5858
"1.3.0": "0.13.19",
59-
"1.4.0": "0.13.19"
59+
"1.4.0": "0.13.19",
60+
"1.5.0": "0.13.19"
6061
}

0 commit comments

Comments
 (0)