From f8f287ef4981364262c44d651f04a3878ca58acd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Apr 2023 17:53:35 +0000 Subject: [PATCH] release(version): Release 0.19.4 [skip ci] ## [0.19.4](https://github.com/chhoumann/quickadd/compare/0.19.3...0.19.4) (2023-04-05) ### Bug Fixes * properly find end of section when last line is empty ([69f6716](https://github.com/chhoumann/quickadd/commit/69f6716bb2fafc60ab0e13434a2372732dd0e61c)) --- 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 8f074f4..2b1da9a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.19.3", + "version": "0.19.4", "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 b8b049b..c9ab173 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.19.3", + "version": "0.19.4", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f0c9f78..2cfcb03 100644 --- a/versions.json +++ b/versions.json @@ -42,5 +42,6 @@ "0.19.0": "0.13.19", "0.19.1": "0.13.19", "0.19.2": "0.13.19", - "0.19.3": "0.13.19" + "0.19.3": "0.13.19", + "0.19.4": "0.13.19" } \ No newline at end of file