From feae0a806b7abda5591d9035b084546dcfebf5bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 5 Oct 2023 18:33:09 +0000 Subject: [PATCH] release(version): Release 1.4.0 [skip ci] # [1.4.0](https://github.com/chhoumann/quickadd/compare/1.3.0...1.4.0) (2023-10-05) ### Features * chunked prompt api function now supports variables ([44a9e31](https://github.com/chhoumann/quickadd/commit/44a9e31af6c5bc00c98eca3c069217fc91edf8f7)) --- 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 fdccc40..a560969 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.3.0", + "version": "1.4.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 e043c93..bed5962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.3.0", + "version": "1.4.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f0f0ad7..25b89a1 100644 --- a/versions.json +++ b/versions.json @@ -55,5 +55,6 @@ "1.1.0": "0.13.19", "1.2.0": "0.13.19", "1.2.1": "0.13.19", - "1.3.0": "0.13.19" + "1.3.0": "0.13.19", + "1.4.0": "0.13.19" } \ No newline at end of file