Skip to content

Commit e769716

Browse files
committed
chore: release 2.1.11
1 parent d62f8f1 commit e769716

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.1.11
4+
5+
- chore: update libs
6+
37
## 2.1.10
48

59
- chore: 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.1.10",
5-
"minAppVersion": "1.9.14",
4+
"version": "2.1.11",
5+
"minAppVersion": "1.10.3",
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.1.10",
3+
"version": "2.1.11",
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
@@ -42,5 +42,6 @@
4242
"2.1.7": "1.9.12",
4343
"2.1.8": "1.9.12",
4444
"2.1.9": "1.9.14",
45-
"2.1.10": "1.9.14"
45+
"2.1.10": "1.9.14",
46+
"2.1.11": "1.10.3"
4647
}

0 commit comments

Comments
 (0)