Skip to content

Commit e648887

Browse files
committed
2.0.14
1 parent 5152185 commit e648887

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
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+
## 2.0.14
4+
5+
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/19.17.1
6+
37
## 2.0.13
48

59
- https://github.com/mnaoumov/obsidian-dev-utils/releases/tag/19.6.0

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.13",
5-
"minAppVersion": "1.8.7",
4+
"version": "2.0.14",
5+
"minAppVersion": "1.8.9",
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.13",
3+
"version": "2.0.14",
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
@@ -17,5 +17,6 @@
1717
"2.0.10": "1.8.3",
1818
"2.0.11": "1.8.4",
1919
"2.0.12": "1.8.4",
20-
"2.0.13": "1.8.7"
20+
"2.0.13": "1.8.7",
21+
"2.0.14": "1.8.9"
2122
}

0 commit comments

Comments
 (0)