From c5de935dab220bb3f6065f6714d795e9957704f4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Jun 2023 15:00:37 +0000 Subject: [PATCH] release(version): Release 1.1.0 [skip ci] # [1.1.0](https://github.com/chhoumann/quickadd/compare/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](https://github.com/chhoumann/quickadd/commit/3f05fb0b73ed2e385c4ed6e00186576b07828e46)), closes [#477](https://github.com/chhoumann/quickadd/issues/477) ### Features * handle max token counts for models, erroring if you go above ([915de93](https://github.com/chhoumann/quickadd/commit/915de935a62b9c2861873dc87bf57eb81131c3a0)) --- 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 f3ff890..d4f1ea6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.0.2", + "version": "1.1.0", "minAppVersion": "0.13.19", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index 34746b3..c135212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.0.2", + "version": "1.1.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index ca0cbee..2006bd9 100644 --- a/versions.json +++ b/versions.json @@ -51,5 +51,6 @@ "0.23.0": "0.13.19", "1.0.0": "0.13.19", "1.0.1": "0.13.19", - "1.0.2": "0.13.19" + "1.0.2": "0.13.19", + "1.1.0": "0.13.19" } \ No newline at end of file