Skip to content

Commit 5fc2b5a

Browse files
release(version): Release 1.3.0 [skip ci]
# [1.3.0](1.2.1...1.3.0) (2023-09-28) ### Features * allow description in user script fields ([b24f8dd](b24f8dd)), closes [#544](#544)
1 parent a9633fb commit 5fc2b5a

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.2.1",
4+
"version": "1.3.0",
55
"minAppVersion": "0.13.19",
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.2.1",
3+
"version": "1.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
@@ -54,5 +54,6 @@
5454
"1.0.2": "0.13.19",
5555
"1.1.0": "0.13.19",
5656
"1.2.0": "0.13.19",
57-
"1.2.1": "0.13.19"
57+
"1.2.1": "0.13.19",
58+
"1.3.0": "0.13.19"
5859
}

0 commit comments

Comments
 (0)