From d85c77c4b467ba09912cd6de7046487e1993343b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Apr 2023 17:40:54 +0000 Subject: [PATCH] release(version): Release 0.19.3 [skip ci] ## [0.19.3](https://github.com/chhoumann/quickadd/compare/0.19.2...0.19.3) (2023-04-05) ### Bug Fixes * capture to Active File Captures Only to Cursor Position, even when Insert After is enabled ([25526a9](https://github.com/chhoumann/quickadd/commit/25526a96f1bdfce1c3d678cd86c1a0d8d83fbad4)), closes [#445](https://github.com/chhoumann/quickadd/issues/445) --- 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 9baea21..8f074f4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.19.2", + "version": "0.19.3", "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 7e5e3c3..b8b049b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.19.2", + "version": "0.19.3", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a4b60e3..f0c9f78 100644 --- a/versions.json +++ b/versions.json @@ -41,5 +41,6 @@ "0.18.3": "0.13.19", "0.19.0": "0.13.19", "0.19.1": "0.13.19", - "0.19.2": "0.13.19" + "0.19.2": "0.13.19", + "0.19.3": "0.13.19" } \ No newline at end of file