Skip to content

Commit c99e9ae

Browse files
committed
chore: release 9.22.0
1 parent c999ef6 commit c99e9ae

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

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

3+
## 9.22.0
4+
5+
- feat: add modal for MoveAttachmentToProperFolder
6+
- feat: check for duplicates even if attachment is already in place re #257
7+
38
## 9.21.0
49

510
- feat: add shouldHandleRenames re #251

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.21.0",
4+
"version": "9.22.0",
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.21.0",
3+
"version": "9.22.0",
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
@@ -242,5 +242,6 @@
242242
"9.18.5": "1.10.6",
243243
"9.19.0": "1.10.6",
244244
"9.20.0": "1.10.6",
245-
"9.21.0": "1.10.6"
245+
"9.21.0": "1.10.6",
246+
"9.22.0": "1.10.6"
246247
}

0 commit comments

Comments
 (0)