Skip to content

Commit c5de935

Browse files
release(version): Release 1.1.0 [skip ci]
# [1.1.0](1.0.2...1.1.0) (2023-06-15) ### Bug Fixes * 'Create file if does not exist' not working when using 'Capture to Tag' ([3f05fb0](3f05fb0)), closes [#477](#477) ### Features * handle max token counts for models, erroring if you go above ([915de93](915de93))
1 parent 44a1cd0 commit c5de935

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.0.2",
4+
"version": "1.1.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.0.2",
3+
"version": "1.1.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
@@ -51,5 +51,6 @@
5151
"0.23.0": "0.13.19",
5252
"1.0.0": "0.13.19",
5353
"1.0.1": "0.13.19",
54-
"1.0.2": "0.13.19"
54+
"1.0.2": "0.13.19",
55+
"1.1.0": "0.13.19"
5556
}

0 commit comments

Comments
 (0)