From 27ab71d0b76e84b0a55172801535935e4fe766e6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 27 Mar 2023 19:09:10 +0000 Subject: [PATCH] release(version): Release 0.17.1 [skip ci] ## [0.17.1](https://github.com/chhoumann/quickadd/compare/0.17.0...0.17.1) (2023-03-27) ### Bug Fixes * edge case where Consider Subsections would capture to the end of the file, instead of the second line ([e1d4922](https://github.com/chhoumann/quickadd/commit/e1d4922b628956b21058dce43f46aeb175e60b9b)) --- 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 7dab2af..42d39a8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.17.0", + "version": "0.17.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 1ee729d..8c855bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.17.0", + "version": "0.17.1", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 0936215..37fe513 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "0.14.0": "0.13.19", "0.15.0": "0.13.19", "0.16.0": "0.13.19", - "0.17.0": "0.13.19" + "0.17.0": "0.13.19", + "0.17.1": "0.13.19" } \ No newline at end of file