Skip to content

Commit 27ab71d

Browse files
release(version): Release 0.17.1 [skip ci]
## [0.17.1](0.17.0...0.17.1) (2023-03-27) ### Bug Fixes * edge case where Consider Subsections would capture to the end of the file, instead of the second line ([e1d4922](e1d4922))
1 parent e1d4922 commit 27ab71d

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.17.0",
4+
"version": "0.17.1",
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.17.0",
3+
"version": "0.17.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
@@ -33,5 +33,6 @@
3333
"0.14.0": "0.13.19",
3434
"0.15.0": "0.13.19",
3535
"0.16.0": "0.13.19",
36-
"0.17.0": "0.13.19"
36+
"0.17.0": "0.13.19",
37+
"0.17.1": "0.13.19"
3738
}

0 commit comments

Comments
 (0)