Skip to content

Commit 1c39b23

Browse files
committed
chore: release 9.18.3
1 parent 287bc5e commit 1c39b23

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 9.18.3
4+
5+
- fix: don't interrupt on timeout re #243
6+
37
## 9.18.2
48

59
- fix: attachment paths for excalidraw re #249

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-custom-attachment-location",
33
"name": "Custom Attachment Location",
4-
"version": "9.18.2",
4+
"version": "9.18.3",
55
"minAppVersion": "1.10.6",
66
"description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
77
"author": "RainCat1998",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-custom-attachment-location",
3-
"version": "9.18.2",
3+
"version": "9.18.3",
44
"description": "Customize attachment location with variables(${noteFileName}, ${date:format}, etc) like typora.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,5 +236,6 @@
236236
"9.17.17": "1.10.6",
237237
"9.18.0": "1.10.6",
238238
"9.18.1": "1.10.6",
239-
"9.18.2": "1.10.6"
239+
"9.18.2": "1.10.6",
240+
"9.18.3": "1.10.6"
240241
}

0 commit comments

Comments
 (0)