From 479d6580bab49670897f6217885364458a1734e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Jul 2024 19:44:15 +0000 Subject: [PATCH] release(version): Release 1.11.0 [skip ci] # [1.11.0](https://github.com/chhoumann/quickadd/compare/1.10.0...1.11.0) (2024-07-18) ### Features * add (128k max tokens) as a default model for new plugin users. Existing users can add with 128000 tokens in their AI Assistant menu. ([49c99d6](https://github.com/chhoumann/quickadd/commit/49c99d611fb02780d874aec9db019d7a69b67efe)) * enable anthropic beta for 8k tokens on Claude 3.5 Sonnet ([abd6333](https://github.com/chhoumann/quickadd/commit/abd6333afb6aefa17a2af49b08469ab9f17b6756)) --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index f611238..1e7b278 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.10.0", + "version": "1.11.0", "minAppVersion": "1.6.0", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index f0acb4d..b6c0ead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.10.0", + "version": "1.11.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1090816..5b8e859 100644 --- a/versions.json +++ b/versions.json @@ -66,5 +66,6 @@ "1.9.0": "1.6.0", "1.9.1": "1.6.0", "1.9.2": "1.6.0", - "1.10.0": "1.6.0" + "1.10.0": "1.6.0", + "1.11.0": "1.6.0" } \ No newline at end of file