From 3201548ccc3c3a2ee72aff8ea521cf8699c3703e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Apr 2023 11:49:57 +0000 Subject: [PATCH] release(version): Release 0.18.3 [skip ci] ## [0.18.3](https://github.com/chhoumann/quickadd/compare/0.18.2...0.18.3) (2023-04-05) ### Bug Fixes * render Templater syntax when inserting into active file ([533383e](https://github.com/chhoumann/quickadd/commit/533383e4216d8b1a69f92c424cdfe392048de3ed)), closes [#440](https://github.com/chhoumann/quickadd/issues/440) --- 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 4a2fd44..6dd21b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.18.2", + "version": "0.18.3", "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 56fb833..1dfcd2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.18.2", + "version": "0.18.3", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 09528a5..93c5f97 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "0.17.1": "0.13.19", "0.18.0": "0.13.19", "0.18.1": "0.13.19", - "0.18.2": "0.13.19" + "0.18.2": "0.13.19", + "0.18.3": "0.13.19" } \ No newline at end of file