From b57276439dfab80c67328362931fcf54a8e9e98b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Apr 2023 16:32:51 +0000 Subject: [PATCH] release(version): Release 0.18.2 [skip ci] ## [0.18.2](https://github.com/chhoumann/quickadd/compare/0.18.1...0.18.2) (2023-04-04) ### Bug Fixes * capture to active line captured to anywhere but active line - now fixed ([107c9e1](https://github.com/chhoumann/quickadd/commit/107c9e1b2ab69789f856ec7f56b90d7d6b6211b5)), closes [#439](https://github.com/chhoumann/quickadd/issues/439) [#196](https://github.com/chhoumann/quickadd/issues/196) --- 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 a583ec1..4a2fd44 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.18.1", + "version": "0.18.2", "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 3f23e05..56fb833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.18.1", + "version": "0.18.2", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f7c02a8..09528a5 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "0.17.0": "0.13.19", "0.17.1": "0.13.19", "0.18.0": "0.13.19", - "0.18.1": "0.13.19" + "0.18.1": "0.13.19", + "0.18.2": "0.13.19" } \ No newline at end of file