From 0eac951159d0d85f487bb944a0d0345ca22fab10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 May 2024 18:33:56 +0000 Subject: [PATCH] release(version): Release 1.9.0 [skip ci] # [1.9.0](https://github.com/chhoumann/quickadd/compare/1.8.1...1.9.0) (2024-05-13) ### Bug Fixes * aI Assistant - model provider can omit API key ([d7b2a59](https://github.com/chhoumann/quickadd/commit/d7b2a59d156872cc850a059206aef2dbaeadc5cf)) * In Obsidian 1.6, the input suggester (files, tags, etc.) was being sent behind the modal. Now appears in front of the modal ([df182d2](https://github.com/chhoumann/quickadd/commit/df182d218dcf2199ef483822170b6fb07bbabc3f)) ### Features * add support for Anthropic (Claude) LLMs ([19c911a](https://github.com/chhoumann/quickadd/commit/19c911ad1bc1f658fbc64d4f5d4ad7f3b5cf4455)) * AI Assistant - add gpt-4o as part of the OpenAI default models ([2bb0d19](https://github.com/chhoumann/quickadd/commit/2bb0d199cd5e2f967411d33a17fd4794ca969996)) --- manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index ea88055..1b234b2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.8.1", + "version": "1.9.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 3769aa0..b6225a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.8.1", + "version": "1.9.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { @@ -115,4 +115,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index ce9819d..550905d 100644 --- a/versions.json +++ b/versions.json @@ -62,5 +62,6 @@ "1.6.1": "0.13.19", "1.7.0": "0.13.19", "1.8.0": "0.13.19", - "1.8.1": "0.13.19" + "1.8.1": "0.13.19", + "1.9.0": "1.6.0" } \ No newline at end of file