From 9b56cba64483a9165b86336628671bfdfa3b1fae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Mar 2025 07:37:03 +0000 Subject: [PATCH] release(version): Release 1.13.0 [skip ci] # [1.13.0](https://github.com/chhoumann/quickadd/compare/1.12.0...1.13.0) (2025-03-05) ### Bug Fixes * prevent duplicate prompts when using Templater in Capture choices ([7e3a380](https://github.com/chhoumann/quickadd/commit/7e3a380f80fd851da97382e0de1989b29804e1ef)), closes [#533](https://github.com/chhoumann/quickadd/issues/533) ### Features * add URI to run a QuickAdd choice ([15b4a70](https://github.com/chhoumann/quickadd/commit/15b4a709f8a82dcd844917cd29faad5a1e482e6d)) --- 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 7e2ee61..9938031 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "quickadd", "name": "QuickAdd", - "version": "1.12.0", + "version": "1.13.0", "minAppVersion": "1.6.0", "description": "Quickly add new pages or content to your vault.", "author": "Christian B. B. Houmann", diff --git a/package.json b/package.json index dd48da1..e278428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickadd", - "version": "1.12.0", + "version": "1.13.0", "description": "Quickly add new pages or content to your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b14ecf3..e984d49 100644 --- a/versions.json +++ b/versions.json @@ -73,5 +73,6 @@ "1.11.3": "1.6.0", "1.11.4": "1.6.0", "1.11.5": "1.6.0", - "1.12.0": "1.6.0" + "1.12.0": "1.6.0", + "1.13.0": "1.6.0" } \ No newline at end of file