From 085fd4588631e21d403dd839a53d402e6bca7e7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 3 Nov 2024 09:10:43 +0000 Subject: [PATCH] release(version): Release 1.11.4 [skip ci] ## [1.11.4](https://github.com/chhoumann/quickadd/compare/1.11.3...1.11.4) (2024-11-03) ### Bug Fixes * heading regex pattern in getEndOfSection ([69f5cf2](https://github.com/chhoumann/quickadd/commit/69f5cf2e483b5eb808373ef190b0ac91c28e2e0d)) * modify heading regex pattern to change optional capture of whitespace to match one or more ([99bc7ef](https://github.com/chhoumann/quickadd/commit/99bc7ef08b0ad443d41f2aba197719ad0b6ed329)) --- 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 024a89c..525ed72 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.11.3", + "version": "1.11.4", "minAppVersion": "1.6.0", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index b50b02f..3e00810 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.11.3", + "version": "1.11.4", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9c5e245..3f84090 100644 --- a/versions.json +++ b/versions.json @@ -70,5 +70,6 @@ "1.11.0": "1.6.0", "1.11.1": "1.6.0", "1.11.2": "1.6.0", - "1.11.3": "1.6.0" + "1.11.3": "1.6.0", + "1.11.4": "1.6.0" } \ No newline at end of file