From 5b0e20be3213a2cb894ae6fb2d4216e5f9a25129 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Mar 2024 07:59:43 +0000 Subject: [PATCH] release(version): Release 1.8.1 [skip ci] ## [1.8.1](https://github.com/chhoumann/quickadd/compare/1.8.0...1.8.1) (2024-03-05) ### Bug Fixes * chunkedPrompt API function had wrong input parameter type ([8d8bb3c](https://github.com/chhoumann/quickadd/commit/8d8bb3c40f9b4bbae5ceb494897128dd5bde196d)) --- 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 5383615..bf41dc8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.8.0", + "version": "1.8.1", "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 8d83a23..0b6d973 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.8.0", + "version": "1.8.1", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 60c798f..ce9819d 100644 --- a/versions.json +++ b/versions.json @@ -61,5 +61,6 @@ "1.6.0": "0.13.19", "1.6.1": "0.13.19", "1.7.0": "0.13.19", - "1.8.0": "0.13.19" + "1.8.0": "0.13.19", + "1.8.1": "0.13.19" } \ No newline at end of file