Skip to content

Commit 7344ed3

Browse files
release(version): Release 1.13.3 [skip ci]
## [1.13.3](1.13.2...1.13.3) (2025-05-22) ### Bug Fixes * add support for value variable from QuickAdd API ([e7ac211](e7ac211)) * ensure templater commands execute correctly with all capture settings ([76a8438](76a8438)), closes [#801](#801) [#793](#793) [#787](#787) * handle tp.file.cursor() in template choices ([ef23c78](ef23c78)), closes [#795](#795)
1 parent f47ce92 commit 7344ed3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "quickadd",
33
"name": "QuickAdd",
4-
"version": "1.13.2",
4+
"version": "1.13.3",
55
"minAppVersion": "1.6.0",
66
"description": "Quickly add new pages or content to your vault.",
77
"author": "Christian B. B. Houmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickadd",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "Quickly add new pages or content to your vault.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,6 @@
7676
"1.12.0": "1.6.0",
7777
"1.13.0": "1.6.0",
7878
"1.13.1": "1.6.0",
79-
"1.13.2": "1.6.0"
79+
"1.13.2": "1.6.0",
80+
"1.13.3": "1.6.0"
8081
}

0 commit comments

Comments
 (0)