From fc76c552275ad6b4aee1ff8947b026ba67ea5330 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 Mar 2023 13:19:26 +0000 Subject: [PATCH] release(version): Release 0.11.10 [skip ci] ## [0.11.10](https://github.com/chhoumann/quickadd/compare/0.11.9...0.11.10) (2023-03-08) ### Bug Fixes * only show unique values when suggesting for `{{FIELD}}` ([b01a5d8](https://github.com/chhoumann/quickadd/commit/b01a5d843786534a627ee53e2fe9690aab3fa8df)), 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 1a261a2..24f6d2f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "0.11.9", + "version": "0.11.10", "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 22f2fe6..b839f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "0.11.9", + "version": "0.11.10", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 2c14655..045ac17 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "0.11.6": "0.13.19", "0.11.7": "0.13.19", "0.11.8": "0.13.19", - "0.11.9": "0.13.19" + "0.11.9": "0.13.19", + "0.11.10": "0.13.19" } \ No newline at end of file