Skip to content

Commit f8f287e

Browse files
release(version): Release 0.19.4 [skip ci]
## [0.19.4](0.19.3...0.19.4) (2023-04-05) ### Bug Fixes * properly find end of section when last line is empty ([69f6716](69f6716))
1 parent 69f6716 commit f8f287e

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": "0.19.3",
4+
"version": "0.19.4",
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": "0.19.3",
3+
"version": "0.19.4",
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
@@ -42,5 +42,6 @@
4242
"0.19.0": "0.13.19",
4343
"0.19.1": "0.13.19",
4444
"0.19.2": "0.13.19",
45-
"0.19.3": "0.13.19"
45+
"0.19.3": "0.13.19",
46+
"0.19.4": "0.13.19"
4647
}

0 commit comments

Comments
 (0)