Skip to content

Commit 8fbf390

Browse files
release(version): Release 2.3.0 [skip ci]
# [2.3.0](2.2.1...2.3.0) (2025-09-08) ### Bug Fixes * **preflight:** restore One Page Input modal by avoiding mutation of executor variables during requirements scan ([#917](#917)) ([bd00430](bd00430)), closes [#916](#916) ### Features * **settings:** add fuzzy filter to Choices list ([#918](#918)) ([dd22d77](dd22d77)), closes [#744](#744)
1 parent dd22d77 commit 8fbf390

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.2.1",
4+
"version": "2.3.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.2.1",
3+
"version": "2.3.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
@@ -90,5 +90,6 @@
9090
"2.0.2": "1.6.0",
9191
"2.1.0": "1.6.0",
9292
"2.2.0": "1.6.0",
93-
"2.2.1": "1.6.0"
93+
"2.2.1": "1.6.0",
94+
"2.3.0": "1.6.0"
9495
}

0 commit comments

Comments
 (0)