From 73c70397ebf4620d8deec6237e63505c584364b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Mar 2023 14:38:40 +0000 Subject: [PATCH] release(version): Release 0.16.0 [skip ci] # [0.16.0](https://github.com/chhoumann/quickadd/compare/0.15.0...0.16.0) (2023-03-22) ### Features * `{{FIELD:fieldName}}` now shows `Enter value for fieldName` in suggester to differentiate between prompts ([5a939e2](https://github.com/chhoumann/quickadd/commit/5a939e277331b3afc5bd88659a65ceca013a2b75)), closes [#337](https://github.com/chhoumann/quickadd/issues/337) --- 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 ae24ff5..a31ec9b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.15.0", + "version": "0.16.0", "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 48d6a1f..3d5411c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.15.0", + "version": "0.16.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c52928b..b5a794d 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "0.12.0": "0.13.19", "0.13.0": "0.13.19", "0.14.0": "0.13.19", - "0.15.0": "0.13.19" + "0.15.0": "0.13.19", + "0.16.0": "0.13.19" } \ No newline at end of file