Skip to content

Commit cf372ce

Browse files
release(version): Release 1.13.1 [skip ci]
## [1.13.1](1.13.0...1.13.1) (2025-03-16) ### Bug Fixes * templater commands not executing correctly with QuickAdd ([e14abd3](e14abd3)), closes [#787](#787)
1 parent a0ed211 commit cf372ce

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.0",
4+
"version": "1.13.1",
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.0",
3+
"version": "1.13.1",
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
@@ -74,5 +74,6 @@
7474
"1.11.4": "1.6.0",
7575
"1.11.5": "1.6.0",
7676
"1.12.0": "1.6.0",
77-
"1.13.0": "1.6.0"
77+
"1.13.0": "1.6.0",
78+
"1.13.1": "1.6.0"
7879
}

0 commit comments

Comments
 (0)