Skip to content

Commit 05aed30

Browse files
release(version): Release 2.7.0 [skip ci]
# [2.7.0](2.6.0...2.7.0) (2025-11-08) ### Bug Fixes * format capture tags as YAML arrays ([#974](#974)) ([bc61760](bc61760)) * remove script suffix in request inputs ([#979](#979)) ([60ec853](60ec853)) * stop macros and APIs immediately when cancellations occur ([#976](#976)) ([48ea32d](48ea32d)) ### Features * add git info display to settings for development mode ([#973](#973)) ([e3b2a8b](e3b2a8b))
1 parent 60ec853 commit 05aed30

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": "2.6.0",
4+
"version": "2.7.0",
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": "2.6.0",
3+
"version": "2.7.0",
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
@@ -94,5 +94,6 @@
9494
"2.3.0": "1.6.0",
9595
"2.4.0": "1.6.0",
9696
"2.5.0": "1.6.0",
97-
"2.6.0": "1.6.0"
97+
"2.6.0": "1.6.0",
98+
"2.7.0": "1.6.0"
9899
}

0 commit comments

Comments
 (0)