Skip to content

Commit d001684

Browse files
committed
2.1.0
1 parent 77daa0f commit d001684

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

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

3+
## 2.1.0
4+
5+
- shouldSupportNonMarkdownFiles config
6+
- Update settings UI
7+
- Don't edit non-md files
8+
- Fix validation for default invalid char
9+
310
## 2.0.27
411

512
- Update libs

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "smart-rename",
33
"name": "Smart Rename",
4-
"version": "2.0.27",
5-
"minAppVersion": "1.9.10",
4+
"version": "2.1.0",
5+
"minAppVersion": "1.9.12",
66
"description": "Renames notes keeping previous title in existing links",
77
"author": "mnaoumov",
88
"authorUrl": "https://github.com/mnaoumov",

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": "smart-rename",
3-
"version": "2.0.27",
3+
"version": "2.1.0",
44
"description": "Renames notes keeping previous title in existing links",
55
"scripts": {
66
"build": "obsidian-dev-utils build",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"2.0.24": "1.8.10",
3232
"2.0.25": "1.8.10",
3333
"2.0.26": "1.8.10",
34-
"2.0.27": "1.9.10"
34+
"2.0.27": "1.9.10",
35+
"2.1.0": "1.9.12"
3536
}

0 commit comments

Comments
 (0)