From 9ea761cf374ca59947ff78694011940aa734a22e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Apr 2023 12:20:32 +0000 Subject: [PATCH] release(version): Release 0.18.1 [skip ci] ## [0.18.1](https://github.com/chhoumann/quickadd/compare/0.18.0...0.18.1) (2023-04-03) ### Bug Fixes * existing choice in the macro now works when using shortcut button (not MacrosManager) ([78aab04](https://github.com/chhoumann/quickadd/commit/78aab04529a432ee2056ff1a6bedc4f6047e541b)), closes [#433](https://github.com/chhoumann/quickadd/issues/433) --- 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 8d1831b..a583ec1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.18.0", + "version": "0.18.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 fbe98bf..3f23e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.18.0", + "version": "0.18.1", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 94d112e..f7c02a8 100644 --- a/versions.json +++ b/versions.json @@ -35,5 +35,6 @@ "0.16.0": "0.13.19", "0.17.0": "0.13.19", "0.17.1": "0.13.19", - "0.18.0": "0.13.19" + "0.18.0": "0.13.19", + "0.18.1": "0.13.19" } \ No newline at end of file